Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-26 Thread Alexander Skwar

So sprach »Rasmus Lerdorf« am 2001-07-25 um 21:46:48 -0700 :
 Sorry, typo in my response.  --with-kerberos is what you want.

Arghl, of course! :)  I should have seen this one myself... *G*

Thanks a lot!  It's now working!

Hmm - wouldn't it make sense if configure automatically enabled
--with-krb *G* if --with-imap is used?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 3 days 7 hours 49 minutes

--
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]




Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-26 Thread Alexander Skwar

So sprach »Rasmus Lerdorf« am 2001-07-26 um 00:09:33 -0700 :
 Why?  Only Redhat seems to use kerborized imap libs.

Excuse my ignorance, but is there no way for configure to see that the
imap libs are kerborized?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 3 days 16 hours 45 minutes

--
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]




Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-25 Thread Alexander Skwar

So sprach »Rasmus Lerdorf« am 2001-07-24 um 16:42:12 -0700 :
 Add --with-kerbeors to your PHP configure flags

Done.  I ran:

./configure  --enable-bcmath --enable-exif --enable-ftp
--enable-dba=shared --enable-dbx --enable-magic-quotes
--enable-safe-mode --enable-sysvshm --enable-sysvsem --enable-trans-sid
--enable-versioning --with-apxs=/usr/local/apache/bin/apxs --with-gdbm
--with-gd --with-jpeg-dir=/usr --with-mysql=/usr --with-openssl
--with-png-dir --with-ttf --with-swf=../dist --with-xpm-dir=/usr/X11R6
--with-zlib --with-imap --with-kerbeors

Same result.  Cannot load /usr/local/apache/libexec/libphp4.so into
server: /usr/local/apache/libexec/libphp4.so: undefined symbol:
krb5_defkeyname


Someone suggested to compile the kernel without version information for
the modules?!?  I don't understand - how could this help?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 2 days 22 hours 51 minutes

--
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]




Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-25 Thread Alexander Skwar

So sprach »Alexander 'Digital Projects' Skwar« am 2001-07-26 um 00:10:00 +0200 :
 Same result.  Cannot load /usr/local/apache/libexec/libphp4.so into
 server: /usr/local/apache/libexec/libphp4.so: undefined symbol:
 krb5_defkeyname

Hrmpf, I just installed the latest krb5: krb5-libs-1.2.2-4.  However,
I'm still getting this.  Anyone got a clue about why this is happening?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 3 days 0 hours 11 minutes

--
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]