no, went I try to do what it say in this help , when I do the make for the
php return this

make[1]: Entering directory `/usr/local/php-4.0.6/main'
make[2]: Entering directory `/usr/local/php-4.0.6/main'
/bin/sh /usr/local/php-4.0.6/libtool --silent --mode=link
gcc  -I. -I/usr/local/php-4.0.6/main -I/usr/local/php-4.0.6/main -I/usr/loca
l/php-4.0.6 -I/usr/include/apache -I/usr/local/php-4.0.6/Zend -I/usr/include
/imap -I/usr/local/php-4.0.6/ext/mysql/libmysql -I/usr/local/php-4.0.6/ext/x
ml/expat/xmltok -I/usr/local/php-4.0.6/ext/xml/expat/xmlparse -I/usr/local/p
hp-4.0.6/TSRM  -DLINUX=22 -DMOD_SSL=208101 -DEAPI -DEAPI_MM -DUSE_EXPAT -DSU
PPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -L/usr/kerberos/lib -lkrb5 -lgssapi_k
rb5
libtool: link: you must specify an output file
Try `libtool --help --mode=link' for more information.
make[2]: *** [libmain.la] Error 1
make[2]: Leaving directory `/usr/local/php-4.0.6/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/php-4.0.6/main'
make: *** [all-recursive] Error 1




-----Mensaje original-----
De: Bug Database [mailto:[EMAIL PROTECTED]]
Enviado el: Miércoles, 08 de Agosto de 2001 07:25 p.m.
Para: [EMAIL PROTECTED]
Asunto: Bug #12666 Updated: undefined symbol: mxdriver when I start
apache


ID: 12666
Updated by: alindeman
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: *Compile Issues
Operating System: Red Hat 7.1
PHP Version: 4.0.6
New Comment:

try reading

http://php.net/bugs.php?id=10759

tell me if this helps.

Previous Comments:
------------------------------------------------------------------------

[2001-08-08 18:16:56] [EMAIL PROTECTED]

I'm having a problem when I try to compile APACHE + PHP + IMAP .

The OS that I using is:
2.4.2-SGI_XFS_1.0 #1 Fri Apr 27 19:30:49 CDT 2001 i
686 unknown
apache 1.3.20
php 4.0.6
imap-4.7c / imap-4.7a / imap-2001.BETA.SNAP-0107221451

Here is the problem

When I try to compile doing this: (here is the exact commands)
Firts I compile the apache with all modules (just in case)
cd apache_1.3.20
./configure --prefix=/usr/local/apache --enable-module=all
make
make install

and php with this
./configure --with-apxs --with-imap=../imap-4.7c --with-mysql --with-ldap
make
make install
/usr/local/apache/bin/apachectl start

Syntax error on line 762 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/php-4.0.6/libs/libphp4.so into server:
/usr/local/php-4.0.6/libs/libphp4.so: undefined symbol: mxdriver
./apachectl start: httpd could not be started


I tried this with a lot a diferents source imap and still make me the same.

I trie puting that and still doesn't work
export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam"
ldconfig BEFOR compiling Apache.

Any assistance would be of great help!

Thank

Sebastian
[EMAIL PROTECTED]



------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at
http://bugs.php.net/?id=12666&edit=2



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to