Hi, thank you for your answer.
Running "cc --version" yields: =========== i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. =========== Running "ls -l /" yields: =========== drwxrwxr-x 89 root admin 3026 Jul 15 16:34 Applications -rw-r--r-- 1 root admin 18944 Jul 15 10:31 Desktop DB -rw-r--r-- 1 root admin 46962 Jul 15 10:24 Desktop DF drwxrwxr-x 17 root admin 578 Feb 3 18:29 Developer drwxrwxr-x 50 root admin 1700 Jun 16 09:50 Library drwxr-xr-x 1 root wheel 512 Jul 16 12:16 Network drwxr-xr-x 4 root wheel 136 Jun 21 07:13 System drwxrwxr-t 6 root admin 204 Jan 3 2007 Users drwxrwxrwt 8 root admin 272 Jul 16 00:02 Volumes drwxr-xr-x 4 root admin 136 Dec 30 2006 automount drwxr-xr-x 40 root wheel 1360 Mar 31 10:00 bin drwxrwxr-t 2 root admin 68 Jul 1 2006 cores dr-xr-xr-x 2 root wheel 512 Jul 14 11:30 dev lrwxr-xr-x 1 root admin 11 Aug 22 2006 etc -> private/etc lrwxr-xr-x 1 root admin 9 Jul 14 11:30 mach -> /mach.sym -r--r--r-- 1 root admin 615748 Jul 14 11:30 mach.sym -rw-r--r-- 1 root wheel 8570180 Jun 15 11:26 mach_kernel drwxr-xr-x 6 root wheel 204 Jul 14 11:30 private drwxr-xr-x 63 root wheel 2142 Jun 20 23:40 sbin drwxr-xr-x 11 root admin 374 Jun 9 2006 sw lrwxr-xr-x 1 root admin 11 Aug 22 2006 tmp -> private/tmp drwxr-xr-x 11 root wheel 374 Jan 17 19:06 usr lrwxr-xr-x 1 root admin 11 Aug 22 2006 var -> private/var =========== How can I fix the db44-ae problem then? Can I install it using fink? Best regards, Michael Litton On Jul 16, 2007, at 4:42 PM, Alexander K. Hansen wrote: > Michael Litton wrote: >> Hi, >> >> I'm trying to install apache2 on a MacPro (Dual-Core Intel Xeon, >> Mac OS X 10.4.10) using fink and I get the following error. How >> do one solve this? >> >> + make >> /bin/sh ./libtool --mode=compile cc -c -Os -I../dist/.. ../ >> dist/../ db_dump185/db_dump185.c >> cc -c -Os -I../dist/.. ../dist/../db_dump185/db_dump185.c -fno- >> common -DPIC -o .libs/db_dump185.o >> ../dist/../db_dump185/db_dump185.c: In function 'main': >> ../dist/../db_dump185/db_dump185.c:212: warning: assignment makes >> pointer from integer without a cast >> ../dist/../db_dump185/db_dump185.c:214: warning: assignment makes >> pointer from integer without a cast >> ../dist/../db_dump185/db_dump185.c:229: error: 'struct __db' has >> no member named 'seq' >> ../dist/../db_dump185/db_dump185.c:229: error: 'R_NEXT' >> undeclared (first use in this function) >> ../dist/../db_dump185/db_dump185.c:229: error: (Each undeclared >> identifier is reported only once >> ../dist/../db_dump185/db_dump185.c:229: error: for each function >> it appears in.) >> ../dist/../db_dump185/db_dump185.c:234: error: 'struct __db' has >> no member named 'seq' >> ../dist/../db_dump185/db_dump185.c: In function 'db_hash': >> ../dist/../db_dump185/db_dump185.c:262: error: 'struct __db' has >> no member named 'internal' >> ../dist/../db_dump185/db_dump185.c:264: error: 'struct __db' has >> no member named 'internal' >> ../dist/../db_dump185/db_dump185.c: In function 'db_btree': >> ../dist/../db_dump185/db_dump185.c:289: error: 'struct __db' has >> no member named 'internal' >> make: *** [db_dump185.lo] Error 1 >> ### execution of /var/tmp/tmp.0.EenoBp failed, exit code 2 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-db44-aes-4.4.20-1002 >> (Reading database ... 5430 files and directories currently >> installed.) >> Removing fink-buildlock-db44-aes-4.4.20-1002 ... >> Failed: phase compiling: db44-aes-4.4.20-1002 failed >> >> Best regards, >> Michael Litton >> >> > Your problem is with db44-aes, not with Apache2. (we don't know > yet whether you can install Apache2). > > Somebody else (on -devel) attributed this error to use of a > nonstandard Fink configuration (/sw as a symlink to a folder on > another drive). By any chance does this also apply to you? > > Otherwise, maybe you need to update Xcode. What do you get from > "cc --version"? > > -- > Alexander K. Hansen > Fink User Liaison/Documenter > akh AT finkproject DOT org > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
