Jan Stary yazmıÅ:
On Jul 16 17:43:19, Ismail OZATAY wrote:
I need a support for bzip2 development package on OpenBSD 4.3.
What reasons do you have to NOT upgrade to 4.5?
I have been trying to install ufdbguard ( www.urlfilterdb.com )
software
Why on earth would you want to use THAT?
and it needs bzip2 devel package.
Therefore, 'pkg_add bzip2'.
I have searched everywhere
No you haven't: http://lmgtfy.com/?q=openbsd+bzip2+package
but could not find this.
Also it seems be installed.
# ls -l /usr/local/lib/libbz*
-rw-r--r-- 1 root wheel 249546 Jul 16 11:08 /usr/local/lib/libbz2.a
So, what is your problem, really?
Hi Jan ,
As you saw that in my mail, I wrote that i have already installed bzip2
package but the software (ufdbguard) says that i need bzip2 development
package. So i asked you if i can install this package. The problem
exactly like this ;
When i try to configure this software here is the output ;
./configure --prefix=/etc/squid/ --with-bz2=/usr/local/lib/
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... x86_64-unknown-openbsd4.3
checking host system type... x86_64-unknown-openbsd4.3
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... no
checking for byacc... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for lynx... /usr/bin/lynx
checking for Linux... no
checking for main in -lm... yes
checking for POSIX compliant compiler... yes
checking for library containing pthread_create... -lpthread
checking for BZ2_bzBuffToBuffCompress in -lbz2... no
** The libbz2 library is required for ufdbGuard to compile.
Install the libbz2 and libbz2-dev (or bzip2 and bzip2-devel) packages
from
the installation media, or use the --with-bz2-lib option.
Alternatively, get libbz2 from http://www.bzip.org
Use --with-bz2=DIR or --with-bz2-lib=DIR to specify
its location. (default is /usr)
Do you have any idea ?