Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1511 closed defect (fixed)

library issue

Reported by: Noah977@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

It appears as if darwin ports is not setting up some of the apps to look at the right libraries.

Exmple: I install ettercap It installed sucessfully When I run it, it complains about missing /usr/local/lib/libncurses.dylib.5 I HAVE the library /usr/lib/libncurses.5.dylib

Is this some kind of linker error??

Change History (7)

comment:1 Changed 20 years ago by toby@…

Owner: changed from darwinports-bugs@… to toby@…

comment:2 Changed 20 years ago by toby@…

What do you have your prefix set to (in /etc/ports/ports.conf)?

comment:3 Changed 20 years ago by Noah977@…

cat /etc/ports/ports.conf # Where to find the sources list. sources_conf /private/etc/ports/sources.conf

# Where to store ports specific database files portdbpath /opt/local/var/db/dports

# Set the directory in which to install ports prefix /opt/local

comment:4 Changed 20 years ago by toby@…

I can't reproduce this. What OS version are you running? Have you had fink installed before? Is there anything installed in /usr/local ?

comment:5 Changed 20 years ago by Noah977@…

Fink was installed and then removed (with rm -r /sw).

This mac is running OS 10.3 with the latest patches from software update. there is some stuff in /usr/local

comment:6 Changed 20 years ago by toby@…

OK, not sure what's going on with this. I would recommend:

port -d uninstall ettercap port -d clean ettercap port -d install ettercap

Before you install, though, make sure you don't have anything installed into /usr/local

comment:7 Changed 20 years ago by toby@…

Resolution: fixed
Status: newclosed

Nothing from reporter for a while. Closed for now.

Note: See TracTickets for help on using tickets.