Opened 14 years ago

Closed 14 years ago

#24868 closed defect (invalid)

libboost_python libraries missing on snow leopard

Reported by: hugues.talbot@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port:

Description

Hello

Using the latest version (1.8.2) of ports, trying to install Boost Python on Snow Leopard (10.6.3)

% sudo port selfupdate

% sudo port upgrade installed

% sudo port install boost

[work work work]

% ls -l /opt/local/lib/libboost_python*

% (nothing)

Where are the boost python libraries ?

Change History (1)

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

Keywords: boost python libraries missing removed
Priority: HighNormal
Resolution: invalid
Status: newclosed

Trac is for bug reports, not for support. You can post to the Macports-Users list for support.

To find out where the libraries are installed, run the following:

port contents boost

Most likely you forgot to use a python variant.

What is the output of the following?

port installed boost

Run the following to get the python26 libraries:

sudo port upgrade boost +python26
Note: See TracTickets for help on using tickets.