Hi,
It finaly worked. Heres how:
I Used a php-4.0.5dev version (I'll share it if someone needs it)
on rh I did the following: (in src root)
make distclean
./genfiles
ln -s /usr/include/imap ext/imap/
mkdir ext/imap/lib
cp /usr/lib/c-client.a ext/imap/lib/libc-client.a
./buildconf
export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam"
./configure --with-midgard=/usr/local/midgard --with-mysql=/usr/local/mysql
--with-apxs=/usr/local/apache/bin/apxs --with-ldap --with-imap --with-imap-s
sl --with-kerberos=/usr/kerberos --includedir=/usr/include --with-ssl=/usr/i
nclude/openssl
make
and
make install
then with midgard-php:
PATH=$PATH:/usr/local/apache/bin
./mkall /usr/local/midgard
and it workes! :)
Thanks for helping.
Tarjei
> Live long and prosper!
you too ;)
> Torben Nehmer
>
> --
> ICQ-ID : 14148813 --- E-Mail : [EMAIL PROTECTED]
> WWW : http://www.nathan-syntronics.de --- http://www.nehmer.net
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]