![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| errors while compiling c++ module | mannam srinivas | HP-UX | 1 | 05-08-2008 06:22 PM |
| Apache on Solaris10 configured with loadable module support? | kavera | SUN Solaris | 2 | 10-18-2007 03:15 AM |
| Howto locate locally installed Perl module for a CGI script in APACHE .htaccess | monkfan | UNIX for Dummies Questions & Answers | 0 | 05-18-2006 10:55 PM |
| Module jk2 failed to load into apache server!! | e_jeffhang | HP-UX | 4 | 04-19-2006 12:00 AM |
| Mog_Gzip a Module For Apache | binhnx2000 | Filesystems, Disks and Memory | 0 | 08-05-2002 05:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
get error while compiling apache with php module
hi, i'm compiling apache with php module after i finish compile mysql-4.0.0-alpha.
i do it as the follow steps after untar'ed them in the same directory, 1) cd apache_1.3.22 ./configure 2) cd php-4.0.6 ./configure --with-mysql=/usr/local/mysql \ --with-apache=../apache_1.3.22 \ --enable-track-vars make make install 3) cd apache_1.3.22 ./configure --prefix=/usr/local/apache \ --activate-module=src/modules/php4/libphp4.a make but i get the following error messages: modules/php4/libphp4.a(internal_functions.o): In function `php_startup_internal_extensions': /home/pub/php-4.0.6/main/internal_functions.c:56: undefined reference to `mysql_module_entry' collect2: ld returned 1 exit status make[2]: *** [target_static] Error 1 make[2]: Leaving directory `/home/pub/apache_1.3.22/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/home/pup/apache_1.3.22' make: *** [build] Error 2 i compile them on debian linux and sunos5.7, but always get the same error messages ;( could somebody help me? please Last edited by jApHEth; 11-27-2001 at 01:09 AM.. |
|
||||
|
Hi, finally i've compiled them successfully!
the reason is the "mysql-4.0.0-alpha", maybe it's the php's fault, who knows , whish the next version of php can support that.i just recompile mysql 3.23 instead of mysql 4.00-alpha, so the php module can load the mysql funciton correctly, also apache can be made correctly. ![]() thank you Neo! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|