|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Feb 2004
Location: Right next to you....
Posts: 1,148
|
linux/apache/php help
Im trying to compile apache and php on my box, but it wont create the libphp4.so file.
What am i doing wrong ? Here is my PHP configure command ./configure ./configure --prefix=/usr/local/php4 --with-apxs2=/usr/local/apache2/bin/apxs --with-libxml-dir=/usr/local/lib --with-zlib --with-zlib-dir=/usr/local/lib --with-mysql=/usr --enable-soap --enable-sockets --with-jpeg-dir=/usr --enable-exif make make install Here is my apache configure command ./configure --prefix=/usr/local/apache2 --enable-so make make install Both apache and PHP are successfully compiled, but the libphp4.so is not to be found anywhere on the system, should be placed in ...../apache2/modules/ |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jan 2002
Location: Mountains of Western North Carolina.
Posts: 4,027
|
Your using apache 2 ?
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Aug 2003
Location: Netherlands
Posts: 2,190
|
1. run your configure script as it is
2. Open the libtool file that is created in the php source directory 3. find the variable definition: deplibs_check_method= 4. edit it to read: deplibs_check_method="pass_all" 5. run make Next time, use google. It's filled with libphp4.so build problems |
|
|
|
|
|
#4 | |
|
Confirmed User
Join Date: Feb 2004
Location: Right next to you....
Posts: 1,148
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Confirmed User
Join Date: Feb 2004
Location: Right next to you....
Posts: 1,148
|
Quote:
|
|
|
|
|
|
|
#6 |
|
i have man boobies
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
|
its /modules not /bin
__________________
333-765-551 |
|
|
|
|
|
#7 |
|
i have man boobies
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
|
its true
__________________
333-765-551 |
|
|
|
|
|
#8 |
|
i have man boobies
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
|
nevermind, i need sleep
__________________
333-765-551 |
|
|
|
|
|
#9 | |
|
Confirmed User
Join Date: Feb 2004
Location: Right next to you....
Posts: 1,148
|
Quote:
|
|
|
|
|
|
|
#10 | |
|
i have man boobies
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
|
Quote:
LoadModule php4_module /usr/local/apache2/modules/libphp4.so
__________________
333-765-551 |
|
|
|
|
|
|
#11 | |
|
Confirmed User
Join Date: Feb 2004
Location: Right next to you....
Posts: 1,148
|
Quote:
|
|
|
|
|
|
|
#12 | |
|
i have man boobies
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
|
Quote:
if so try renaming it
__________________
333-765-551 |
|
|
|
|
|
|
#13 |
|
i have man boobies
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
|
google said add this
--disable-cgi --enable-force-cgi-redirect
__________________
333-765-551 |
|
|
|
|
|
#14 |
|
I can change this!!!!!
Join Date: Feb 2004
Posts: 18,972
|
im of no help, sorry, but you can still see my siggy
|
|
|
|