php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9944 Sablot and zlib
Submitted: 2001-03-22 20:10 UTC Modified: 2001-03-26 03:40 UTC
From: uros at sir-mag dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (22/03/2001) OS: FreeBSD 4.2 & 4.3beta
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: uros at sir-mag dot com
New email:
PHP Version: OS:

 

 [2001-03-22 20:10 UTC] uros at sir-mag dot com
Hi!

I tried to install php with a lot of modules including Sablot

This is my output 

checking whether to include zlib support... yes, shared
checking for gzgets in -lz... no
configure: error: Zlib module requires zlib >= 1.0.9.


any this is my configure

./configure --with-zlib=shared \
--with-apxs=/usr/local/sbin/apxs \
--with-config-file-path=/usr/local/etc \
--enable-versioning \
--with-system-regex \
--disable-debug \
--enable-track-vars \
--with-expat=/usr/local/lib \
--with-sablot=/usr/local/lib \
--with-gd=/usr/local \
--with-ttf=/usr/local \
--with-mcrypt=/usr/local \
--with-imap=/usr/local \
--with-mysql=/usr/local \
--enable-ftp \
--enable-sockets \
--with-pgsql \
--prefix=/usr/local i386--freebsd4.3

i also tried --with-zlib=/usr/local/include 

I can't make this work. I use Sablot 0.51 and Zlib 1.1.3
If i remove line --with-sablot everything works fine, but not always.


I there some bug or what

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-23 17:12 UTC] sniper@php.net
Remove the '/lib' parts. ie. don't use /usr/local/lib
in configure options but /usr/local

--Jani

 [2001-03-23 18:40 UTC] uros at sir-mag dot com
Nothing helps. It's no mater what path i use. Every time the same error. It helps only if I disable sablot. But i need both.

On some machine i was able to install with sablot 0.44 but i have problems compiling v0.44, because there is no binary for FreeBSD.
 [2001-03-23 18:45 UTC] uros at sir-mag dot com
Nothing helps. It's no mater what path i use. Every time the same error. It helps only if I disable sablot. But i need both.

On some machine i was able to install with sablot 0.44 but i have problems compiling v0.44, because there is no binary for FreeBSD.
 [2001-03-26 03:40 UTC] sniper@php.net
You should be using --with-expat-dir instead of 
--with-expat (which doesn't even exist).

If you still have trouble, check the config.log for
more info what's going wrong.

And remember to delete config.cache between
configure attempts. And do 'make clean' after
configure.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC