LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   install-sapi problem (https://www.linuxquestions.org/questions/linux-software-2/install-sapi-problem-42942/)

rhuser 01-27-2003 09:28 AM

install-sapi problem
 
install-sapi problem
i have installed Red Hat Linux 8 on my computer, i then followed this by setting up my httpd server 2. i am now in the process of installing PHP, and after
$make
i typed
$make install
as it is in one of devshe guides, but i get an error message saying
--------------
Installing PHP SAPI module
/usr/lib/httpd/build/instdso.sh: No such file or directory
apxs:Error: Command failed with rc=8323072
.
make: *** [install-sapi] Error 1
------------------

Could someone help me please

rootboy 01-28-2003 06:33 AM

Try the "make install" again but this time logged in as root.


John

rhuser 01-28-2003 09:12 AM

i am in root

rootboy 02-02-2003 05:31 AM

Dang! And such an otherwise good answer too.

I did a search on "Command failed with rc=" and got a whopping 22 hits off of google. Apparently this doesn't happen too often...

The only other thing that I can think of is do you have the file that it was complaining about?

/usr/lib/httpd/build/instdso.sh


John

rhuser 02-02-2003 11:53 PM

yes, i do

sorry for the sharp answers

rootboy 02-03-2003 05:11 AM

Quote:

Originally posted by rhuser
yes, i do

sorry for the sharp answers

Think nothing of it. :)

At this point I'm stumped, all I can suggest is to email the author or join their mailing list and see if anyone else has had the same problem. Sorry... :(


John

felixbearden 04-09-2003 09:50 AM

instdso.sh problem
 
Several related solutions are found at unixpanic.com/modules.php.

I got the build to complete by finding a recent copy of instdso.sh on the web and installing it into /usr/lib/httpd/build/. The make install completed and left the new copy of libphp4.so in /usr/lib/httpd/modules. Now, all I have to do it to get it connected to Zend, then figure out how to build and install it on a Single Board Computer.

Hope this helps. :)


All times are GMT -5. The time now is 06:00 AM.