Opened 14 years ago

Closed 14 years ago

#24440 closed defect (duplicate)

sphinx fulltext search with macports

Reported by: antoine_larmanjat@… Owned by: brett@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: sphinx

Description

Hi,

I'm trying to install sphinx fulltext search with macports with an existing mysql installation and there seems to be a missing lib: /opt/local/lib/libz.dylib does not exist.

The dependency does not work.

Antoine

Change History (6)

comment:1 Changed 14 years ago by antoine_larmanjat@…

Cc: antoine_larmanjat@… added

Cc Me!

comment:2 Changed 14 years ago by mf2k (Frank Schima)

Cc: antoine_larmanjat@… removed
Owner: changed from macports-tickets@… to brett@…

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Check if the zlib port is installed:

port installed zlib

And if it is, get its contents list:

port contents zlib

comment:4 Changed 14 years ago by antoine_larmanjat@…

zlib is installed and its content is:

Port zlib contains:

/opt/local/include/zconf.h /opt/local/include/zlib.h /opt/local/lib/libz.a /opt/local/lib/pkgconfig/zlib.pc /opt/local/share/doc/zlib/ChangeLog /opt/local/share/doc/zlib/FAQ /opt/local/share/doc/zlib/README /opt/local/share/doc/zlib/zlib.3.pdf /opt/local/share/examples/zlib/enough.c /opt/local/share/examples/zlib/example.c /opt/local/share/examples/zlib/fitblk.c /opt/local/share/examples/zlib/gun.c /opt/local/share/examples/zlib/gzappend.c /opt/local/share/examples/zlib/gzjoin.c /opt/local/share/examples/zlib/gzlog.c /opt/local/share/examples/zlib/gzlog.h /opt/local/share/examples/zlib/README.examples /opt/local/share/examples/zlib/zlib_how.html /opt/local/share/examples/zlib/zpipe.c /opt/local/share/examples/zlib/zran.c /opt/local/share/man/man3/zlib.3.gz

comment:5 Changed 14 years ago by antoine_larmanjat@…

I think the problem is now fixed (at least this one) with the following piece of code

zlib is supposed to build and install that file. I don't know why it

didn't. Please selfupdate to make sure you have the latest port definitions, then rebuild zlib with the debug switch:

sudo port selfupdate
sudo port -dn upgrade --force zlib 2>&1 | tee ~/Desktop/zlib.txt

Defect #23057

comment:6 Changed 14 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Summary: installing sphinx fulltext search with macportssphinx fulltext search with macports
Note: See TracTickets for help on using tickets.