Parse Email to MySQL???

David Cary Hart Fedora at TQMcube.com
Mon Jan 16 21:12:50 UTC 2006


On Mon, 16 Jan 2006 15:21:13 -0500
Mauriat Miranda <mirandam at gmail.com> opined:
> On 1/16/06, David Cary Hart <Fedora at tqmcube.com> wrote:
> 
> > Paul Howarth <paul at city-fan.org> opined:
> > > Try setting the LDFLAGS environment variable to "-L/usr/lib/mysql"
> > > before running the build and see if that helps. Otherwise, if there's an
> > > option in the configure script/makefile/whatever to specify where to
> > > look for libraries, try getting it to look in /usr/lib/mysql.
> 
> Oddly I tried exporting LDFLAGS before configure, but it seemed to ignore it.
> 
> > Thanks but it's hopeless. I'll sort this out from scratch with PHP. I also
> > install gmime from extras.
> 
> Not hopeless. I just decided to try this out. Just a crude hack.
> 
> After running configure, I edited 'Makefile'
> I changed line #4 from:
> LIBS=-lmysqlclient $(PKGD_LIBS)
> to:
> LIBS=-L/usr/lib/mysql -lmysqlclient $(PKGD_LIBS)
> 
Indeed it does. Thank you very much!
-- 
Our DNSRBL - 
           Eliminate Spam: http://www.TQMcube.com/spam_trap.php
          Multi-RBL Check: http://www.TQMcube.com/rblcheck.php
            Zombie Graphs: http://www.TQMcube.com/zombies.php




More information about the fedora-list mailing list