desproxy

siluro

2002-05-01 16:44:00

http://desproxy.sourceforge.net

http://prdownloads.sourceforge.net/desproxy/desproxy-0.0.23_Rutger.tgz

I can ./configure fine, but when I make, receive error:

desproxy.h:25: header file 'libintl.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[1]: *** [desproxy.o] Error 1
make: *** [all] Error 2

Thanks!!!!

apex

2002-05-01 18:34:00

Had to add -lintl to the Makefile in src/ also.

http://macosx.forked.net/ports/desproxy-0.0.23.tgz

Note that this is just the compiled directory, not a package. a 'make install' as root should install it on your system.

siluro

2002-05-06 03:49:00

OK, now "make install" is working fine, but when I attempt to run desproxy, I receive error:

dyld: desproxy can't open library: /usr/local/lib/libintl.1.dylib (No such file or directory, errno = 2)


Thanks!

siluro

2002-05-06 04:58:00

Never mind. I'm brain dead.