When i try a php compiled whitout any error
i got this error :
/usr/kerberos/lib/libk5crypto.so: shared object not open
what this mean ?
how i can fix it ?
thanks !
Ivan23
08-31-2002, 02:27 PM
means
wrong server path and/or that file isn't there
Originally posted by Ivan23
means
wrong server path and/or that file isn't there
The path is good and the file is there :-(
Ivan23
08-31-2002, 02:56 PM
is this in php format ? I take it yes ...
if so , what is the file name ? [ filename.php ]
Ivan23
08-31-2002, 02:57 PM
does that page load , when you place the full url
[ http://www.*******.com/filename.hpp ]
Originally posted by Ivan23
does that page load , when you place the full url
[ http://www.*******.com/filename.hpp ]
my prob i have compiled a new php4.2.2 then when i replace my old php4.so then stop apache then restart apache ,
apache wont restart. giving this error ...
Then i got no error at all in php compilation ...:-(
Ivan23
09-01-2002, 05:12 PM
what OS your runing ?
?? I ran into a same problem before
Originally posted by Ivan23
what OS your runing ?
?? I ran into a same problem before
Redhat 7.2...
right now i have compiled it whit this string that work,
whit kerberos disabled, but i dont know why this doing that...
may be important to have kerebos i dont know ?
./configure \
--with-apxs=/usr/local/psa/apache/bin/apxs \
--prefix=/usr/local/psa/apache \
--with-system-regex \
--with-config-file-path=/usr/local/psa/apache/conf \
--disable-debug \
--disable-pear \
--enable-sockets \
--enable-track-vars \
--with-gd \
--with-mysql=/usr/local/psa/mysql \
--with-iodbc=/usr/lib \
--with-imap=/usr/src/imap-2002.RC4 \
--without-kerberos \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-zlib-dir=/usr/include \
--with-mcrypt=/usr/local/lib \