Do a 'grep gdbm *' in freevsd/src/vsd and you will see the autoconf entries in configure.in designed to detect for libgdbm - this should be pretty standard across distributions. It appears on SUSE this check is failing - there should be some output to this effect in config.log in the same directory. If the libraries have been installed under /usr/local/lib.. maybe they need soft linking or re-installing under /usr/lib?
Tim > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of George A. > Michalopoulos > Sent: 03 November 2001 13:43 > To: Tim Sellar > Subject: Re[4]: compiling sources.. part II > > > Hello Tim, > > Saturday, November 03, 2001, 3:25:45 PM, you wrote: > > TS> The code expects these definitions to be present. Removing > them will require > TS> you to go through the code and modify it to cope with their > absence. It > TS> would be simpler to ensure you have installed gdbm on your system. > > i have installed GDBM (actually, i also upgraded to the last version) > but it does not seem to find it... > the same happens with Openssl.. I get a warning about openssl missing, > while it is installed.. > > > -- > Best regards, > George > [EMAIL PROTECTED] > Tel: +30 31 0888448 > Fax: +30 31 0848770 > VideoPhone:+30 31 0888447 > > > I've set up my Wish Lists at Amazon.com and Amazon.co.uk. > If you're ever feeling generous and fancy splashing out on a > present for me, here's where to go to find something you know I'll love. > PS. Have I told you lately how much I admire and respect you? > Seems like a good time to do that. ;-) > > To view my Wish Lists, click on the links below. > http://www.amazon.com/exec/obidos/wishlist/257PYFNXCHPVH/ref=wl_em > _to?add-fav=1 > > ------------------------- The freeVSD Support List > -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > ------------------------------------------------------------------ > ----------- ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
