New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24868 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by macsforever2000@…

  • Status changed from new to closed
  • Keywords boost python libraries missing removed
  • Resolution set to invalid
  • Priority changed from High to Normal

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.