This is the first error I get:
configure: error: Cannot find rfc822.h. Please check your IMAP installation.
locate rfc822 (not there)
rpm -q imap
imap-2001a-15
commented out the : # --with-imap=shared \
--with-imap-ssl \
in php-4.2.2-8.0.5.spec
ran: rpmbuild -ba php-4.2.2-8.0.5.spec
got:
config.status: executing default commands
+ --with-kerberos=/usr/kerberos --with-ldap=shared --with-mysql=shared,/usr --with-pgsql=shared --with-snmp=shared,/usr --with-snmp=shared --enable-ucd-snmp-hack --with-unixODBC=shared --enable-memory-limit --enable-bcmath --enable-shmop --enable-versioning --enable-calendar --enable-dbx --enable-dio --enable-mcal --enable-force-cgi-redirect
/var/tmp/rpm-tmp.5482: line 131: --with-kerberos=/usr/kerberos: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.5482 (%build)
OK !! ??
rpm -qa |grep pam
pam_krb5-1.56-1
ls -l /usr/kerberos/
total 24
drwxr-xr-x 2 root root 4096 Nov 4 12:36 bin
drwxr-xr-x 5 root root 4096 Nov 4 12:36 include
drwxr-xr-x 2 root root 4096 Nov 4 12:36 lib
drwxr-xr-x 4 root root 4096 Nov 4 12:36 man
drwxr-xr-x 2 root root 4096 Nov 4 12:36 sbin
drwxr-xr-x 3 root root 4096 Nov 1 18:59 share
I'm missing something here 🙁
If I comment out the : --with-kerberos=/usr/kerberos
I get an error from the "next" in line : --with-ldap=shared
Any help would be greatly apreciated
RGDS
Lars