[Refdb-users] Problems Compiling refdb on FreeBSD
Status: Beta
Brought to you by:
mhoenicka
From: Jake S. <ja...@dc...> - 2003-12-04 14:24:39
|
I am trying to compile refdb on freebsd but seem to be running into a few problems, I have update my system but having configured refdb: ./configure --with-expat-lib=/usr/local/lib --with-docbook-xsl=/usr/local/share/xsl/docbook --with-classpath-root=/usr/local/share/java/classes --with-refdb-url=http://localhost/refdb --with-db-server=pgsql When running make I still cannot compile, I do have expat.h on my system: lancelot# locate dbi.h /usr/local/include/expat.h But if I change the expat path to this dir, the config script bombs out. Has anyone else had this problem/solved it? Thanks Jake Lancelot# gmake Making all in src gmake[1]: Entering directory `/root/refdb-0.9.3/src' source='refdbd.c' object='refdbd.o' libtool=no \ depfile='.deps/refdbd.Po' tmpdepfile='.deps/refdbd.TPo' \ depmode=none /usr/local/bin/bash .././conf/depcomp \ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"refdb\" -DVERSION=\"0.9.3\" -DREADLINE41=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DRETSIGTYPE=void -DHAVE_STRFTIME=1 -DHAVE_MKFIFO=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRCSPN=1 -DHAVE_STRSTR=1 -DHAVE_STRTOLL=1 -I. -I. -DSYSCONFDIR=\"/usr/local/etc/refdb\" -DULLSPEC=\"%qu\" -L/usr/local/lib -c `test -f refdbd.c || echo './'`refdbd.c refdbd.c:40: dbi/dbi.h: No such file or directory In file included from refdbd.c:50: refdbd.h:23: expat.h: No such file or directory gmake[1]: *** [refdbd.o] Error 1 gmake[1]: Leaving directory `/root/refdb-0.9.3/src' gmake: *** [all-recursive] Error 1 |