PDA

View Full Version : Sparc/Solaris9 Autoresponder Problem


Colin
04-06-2005, 07:20 AM
Having problems getting past the autorespond-2.0.5 step.

#make
gcc -O2 -Wall -g -o autorespond
gcc: no input files
*** Error code 1
make: Fatal error: Command failed for target `autorespond'


I've tried using autorespond-2.02 instead but don't get any further -

#make
gcc -Wall -o autorespond autorespond.c
autorespond.c: In function `send_message':
autorespond.c:265: warning: unsigned int format, pid_t arg (arg 10)
autorespond.c: In function `main':
autorespond.c:657: warning: unsigned int format, pid_t arg (arg 3)
autorespond.c:701: warning: unsigned int format, pid_t arg (arg 3)

I could live without the autoresponder but cannot get qmailadmin-1.2.3 to configure without it. I get this error -

configure: error: Unable to find your autorespond program directory, specify --enable-autoresponder-path.

I have even tried to ./configure qmailadmin with --disable-autorespond but with no luck.

How to proceed??

Thanks

Colin

Colin
04-08-2005, 05:30 AM
I am running GNU make (gmake) from /usr/local/bin and not Solaris make from /usr/ccs/bin

(got GNU make from sunfreeware.com)

I still get

#make
gcc -O2 -Wall -g autorespond.c -o autorespond
autorespond.c: In function `send_message':
autorespond.c:264: warning: unsigned int format, pid_t arg (arg 10)
autorespond.c: In function `main':
autorespond.c:656: warning: unsigned int format, pid_t arg (arg 3)
autorespond.c:700: warning: unsigned int format, pid_t arg (arg 3)



which I assume it not good...

Colin
04-08-2005, 05:57 AM
This bundled verison of autorespond-2.0.5 is FUBAR'd

Try -

wget http://optusnet.dl.sourceforge.net/sourceforge/qmailadmin/autorespond-2.0.4.tar.gz

and manually cp the autorespond to /usr/bin

:-)

cxbell
09-29-2005, 11:16 AM
I'm having the same problems with Solaris 10, tried downloading the file you had linked, nothing executable in side to be copied into the bin directory, any other suggestions? All help v.v.v.much appreciated.