# cp configure configure.orig # sed 's/-pthread/-pthreads/' configure.orig > configure
Cheers, g. Mikael Nordstrom wrote: > Hi all, > > I'm a newbie on DSPAM so I'm sorry if this has been asked before or if I > have > missed something obvious. > > I'm planning to run DSPAM on a Sun X4100 (AMD64) with Solaris 10. > > I have downloaded and installed MySQL 5.0.45 as a binary in pkg format and > I'm using gcc as compiler. > > My configure command looks like this: > ./configure --with-storage-driver=mysql_drv > --enable-preferences-extension --enable-clamav --enable-daemon > --with-mysql-includes=/opt/mysql/mysql/include > --with-mysql-libraries=/opt/mysql/mysql/lib --enable-virtual-users > > Unfortunately configure fails and from what I can see it looks as if it > doesn't like that > the mysql libraries are 64-bit. It also tries to use the -pthread flag > when I think the > correct one should be -mthreads. > > Has anyone seen this or know why it does not work? > > Thanks in advance, > /Mikael >
