Dennis Peterson wrote: > Ejaz wrote: > >> Hi, >> Actually We are an ISP (CYBERIA) of Saudi Arabia, I have same issue as >> described below although I have dowloaded latest bzip2 package from the >> sunfreeware but no use, Please help us to solve this issue, >> >> Here is my solaris 8 box info, >> >> > >
For bzip2 issues on Solaris 8 see this bugreport: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1038 > I use a simple script to build clamav. Your environment is likely > somewhat different so this may not work for you. The important part is > the LDFLAGS declaration. It puts /usr/local/lib before /usr/lib so the > linker will find my libraries first. Line wrap may occur. I also use > pcre libraries to avoid regex problems with Solaris regex. > > #!/bin/sh > > CFLAGS="-O3" > CPPFLAGS="-O3" > LIBS="-lpcreposix -lpcre" > LDFLAGS="-R/usr/local/lib -L/usr/local/lib -L/usr/lib > -L/usr/local/ssl9.8e/lib" > Linking with pcre is no longer needed (and it has no effect), because clamav uses an embedded regex engine. (since 0.92 IIRC) ssl is also not needed. Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html