RE: problems compiling on redaht AS 3.0
"caleb racey" <[email protected]> Tue, 22 Jun 2004 17:23:33 +0100
| Newsgroups | gmane.comp.apache.mod-wackamole.general |
|---|---|
| Message-ID | <2ED602334F87F94CB1CA268F9608C1942942FC@moonraker.campus.ncl.ac.uk> |
>It's a bad error message. > >If you've install spread, you need to make those libraries accessible >to the rest of the system (or at least to wackamole) for run-time >linking. > >either add "--with-ldflags=-Wl,-rpath=/path/to/spread/lib" >or add them to the system by adding "/path/to/spread/lib" to your >/etc/ld.so.conf and run "ldconfig" as root. > >I install my spread trees with --prefix=/opt/spread, so my lib dir >looks like /opt/spread/lib Thanks Theo The compile, make, and "make install" now works with a default install of spread (i.e. spread libs in /usr/local/lib) ./configure --with-cppflags=-I/usr/local/include \ --with-ldflags=-L/usr/local/lib \ --with-ldflags=-Wl,-rpath=/usr/local/lib \ --prefix=/usr/local/whacka works on redhat AS 3.0 (obviously change the prefix to whatever you like /usr/local/whacka is just my choice)