In compiling my Apache 2.0.35, I ran into a minor problem regarding expat. I wanted to link my existing libexpat into my apache, so I provided apache with the needed options (--with-expat=/sw). I created a local package local-apache-deps-0.0.1-1 to ensure that the stuff stayed installed, and I went to compile. During compiliation, I ran into a snag:
/bin/sh /sw/src/httpd-2.0.35/srclib/apr/libtool --silent --mode=link gcc -g -O2 -DNO_DBM_REWRITEMAP -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DAP_HAVE_DESIGNATED_INITIALIZER -I. -I/sw/src/httpd-2.0.35/os/unix -I/sw/src/httpd-2.0.35/server/mpm/prefork -I/sw/src/httpd-2.0.35/modules/http -I/sw/src/httpd-2.0.35/modules/proxy -I/sw/src/httpd-2.0.35/include -I/sw/src/httpd-2.0.35/srclib/apr/include -I/sw/src/httpd-2.0.35/srclib/apr-util/include -I/sw/include/openssl -I/sw/include -I/sw/src/httpd-2.0.35/modules/dav/main -I/sw/src/httpd-2.0.35/srclib/apr-util/include -export-dynamic -L/sw/lib -o dftables -L/sw/lib dftables.lo -lm -lssl -lcrypto /sw/lib/libexpat.la gcc: /sw/src/root-expat-1.95.1-1/sw/lib/libexpat.a: No such file or directory Since my apache tarball was not even around when I was building expat, and that directory (root-expat-1.95.1-1) does not exist, I can only assume that something still points to it somewhere, and that is a problem with the expat package. Thanks in advance, Kyle Moffett _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
