first things first..
i cant use export without using "sh" first eh??
anyway here' what i get
$
$
$ export LDFLAGS="-L/usr/home/familytr/usr/local/lib/mysql -lmysqlclient"
$ export LIBS=$LDFLAGS
export: -lmysqlclient: bad variable name
$
-----Original Message-----
From: Emiliano [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, July 19, 2000 4:32 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [midgard] can't install the library...
Hello Charles A. Lopez,
> familytr: {80} % ./configure --with-mysql=/usr/home/familytr/usr/local/
> loading cache ./config.cache
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane...
>
> still not working..
>
> any advice fellas??
Then try the following:
export LDFLAGS="-L/usr/home/familytr/usr/local/mysql -lmysqlclient"
export LIBS=$LDFLAGS
export LIB=$LDFLAGS
./configure --with-mysql=/usr/home/familytr/usr/local/
~
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]