LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   sendmail 8.13.1 -> 8.13.4 (https://www.linuxquestions.org/questions/linux-software-2/sendmail-8-13-1-8-13-4-a-318450/)

jon3k 04-29-2005 10:43 AM

sendmail 8.13.1 -> 8.13.4
 
Having some problems upgrading from 8.13.1 to 8.13.4 (Redhat FC2, kernel 2.6.9-1.6_FC2 SMP)

I extract the source, build libmilter just fine, but when I try to build the daemon in sendmail-8.13.4/sendmail with sh Build -f /etc/mail/site.config.m4 I get the following:

Code:

Makefile
In file included from main.c:15:
sendmail.h:1323:23: phclient.h: No such file or directory
In file included from alias.c:14:
sendmail.h:1323:23: phclient.h: No such file or directory
In file included from arpadate.c:14:
sendmail.h:1323:23: phclient.h: No such file or directory
In file included from bf.c:31:
sendmail.h:1323:23: phclient.h: No such file or directory
In file included from collect.c:14:
sendmail.h:1323:23: phclient.h: No such file or directory

etc, etc

And, then, eventually:
Code:

/usr/bin/ld: cannot find -lphclient
collect2: ld returned 1 exit status
make[1]: *** [t-event] Error 1
make[1]: Leaving directory `/usr/local/src/sendmail-8.13.4/obj.Linux.2.6.9-1.6_FC2smp.i686/libsm'
make: *** [/usr/local/src/sendmail-8.13.4/obj.Linux.2.6.9-1.6_FC2smp.i686/libsm/libsm.a] Error 2

Also worth noting ...
Code:

[root@dhgsrv17 sendmail]# updatedb
[root@dhgsrv17 sendmail]# slocate phclient.h
[root@dhgsrv17 sendmail]#

I don't have a phclient.h header file anywhere that I can find.

Any thoughts?

jon3k 05-02-2005 09:25 AM

Bump - anybody? I'm really stumped.

david1941 05-28-2005 02:18 PM

I got that too. Since I don't use PH_MAP, I dnl'd the references in devtools/Site/site.config.m4 and it skipped all the PH stuff. Compiled

Platyna 05-28-2005 03:42 PM

Install this: sf.gds.tuwien.ac.at/p/ph/phclient/.

Regards.


All times are GMT -5. The time now is 06:05 PM.