|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there, I just had Apache 1.3.12 and PHP 4.0.2 running well on my redhat server and I needed to install the imap support for PHP. I re-compiled PHP and everything worked so well, but when I restarted Apache, It displayed the error :
"Cannot Load /usr/lib/apache/libphp4.so : undefined symbol : gss_mech_krb5". I checked the paths and everything and it's ok. What Am I doing wrong?. |
|
#2
|
|||
|
|||
|
Important! Before configuring PHP, you'll need to set a few environmental variables. With bash, do:
export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam" or c shell: setenv LDFLAGS "-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam" Now configure php --with-imap and other options and all should work well. Good luck satit |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Problem Installing Apache + PHP --with-imap!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|