Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!dispatch.news.demon.net!demon!fido.news.demon.net!demon!newsgate.unisource.nl!news.unisource.nl!xs4all!not-for-mail From: vincento@knoware.nl (Vincent Ossewaarde) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Problems with GDBM, PHP/FI and Apache under FreeBSD Date: Mon, 31 Mar 1997 01:46:35 GMT Organization: XS4ALL, networking for the masses Message-ID: <5hn1p2$n5u$1@news1.xs4all.nl> References: <333C9167.622D@ludd.luth.se> <5hjnf1$bfu@sol.ctr.columbia.edu> NNTP-Posting-Host: asd-isdn02-19.dial.xs4all.nl X-XS4ALL-Date: Mon, 31 Mar 1997 02:50:42 CEST X-Newsreader: Forte Free Agent v0.55 Lines: 14 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:38095 >I don't know what you mean by 'registered.' If the library in installed, >it should be lurking somewhere under /usr/local/lib. Its header file(s) >should be in /usr/local/include. Check there: if you see them, the it >was installed correctly. That said, you may need to hack the Makefile >for your package so that it knows to look for the library in /usr/local. Well, it doesn't even deserve the word "hack".. Simply add -ldbm with your module-linking. This could be -lgdbm or -lndbm, according to your dbm-library... Vince