Here is an error I get now when it is doing the make any ideas what is
going on:?
make[1]: Entering directory `/tmp/php-4.0.6'
/bin/sh /tmp/php-4.0.6/libtool --silent --mode=link
gcc -I. -I/tmp/php-4.0.6/ -I/tmp/php-4.0.6/main -I/tmp/php-4.0.6 -I/usr/loc
al/apache/include -I/tmp/php-4.0.6/Zend -I/usr/local/include -I/tmp/php-4.0.
6/ext/mysql/libmysql -I/tmp/php-4.0.6/ext/xml/expat/xmltok -I/tmp/php-4.0.6/
ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM -DLINUX=2 -DMOD_SSL=207101 -DU
SE_HSREGEX -DEAPI -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o
libphp4.la -rpath /tmp/php-4.0.6/libs -avoid-version -L/usr/local/lib -R
/usr/local/lib stub.lo Zend/libZend.la sapi/apache/libsapi.la
main/libmain.la regex/libregex.la ext/mcrypt/libmcrypt.la
ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la
ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la
TSRM/libtsrm.la -lpam -ldl -lmcrypt -lltdl -lcrypt -lresolv -lm -ldl -lnsl -
lresolv
stub.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/tmp/php-4.0.6'
make: *** [all-recursive] Error 1
-----Original Message-----
From: Ben Bleything [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 3:36 PM
To: 'Power Programmer'; [EMAIL PROTECTED]; 'Keyser Soze';
[EMAIL PROTECTED]
Subject: RE: [PHP] mcrypt
Have you made sure that the php on the command line and the php that
apache is using are indeed the same one? It's possible that apache is
looking at a module somewhere and that the php on the command line is
the binary you built.
Just a thought.
Ben
-----Original Message-----
From: Power Programmer [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 08, 2001 12:29 PM
To: [EMAIL PROTECTED]; Keyser Soze; [EMAIL PROTECTED]
Subject: [PHP] mcrypt
I have compiled PHP with mcrypt and it works fine if I run a script
from
the command line but through a browswer such as IE I get the following
error:
Fatal error: Call to undefined function: mcrypt_module_open() in
/home/wheit/html/test.php on line 6
What do I need to do to be able to use these functions through a browser
I
use apache as a web server
Randy
--
PHP General 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]
--
PHP General 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]
--
PHP General 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]