[MacPorts] #13953: sqlite3 3.5.4 build failure
MacPorts
noreply at macports.org
Thu Aug 7 13:12:16 PDT 2008
#13953: sqlite3 3.5.4 build failure
--------------------------------------+-------------------------------------
Reporter: nadeem.shabir at gmail.com | Owner: mww at macports.org
Type: defect | Status: reopened
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by corycollier at me.com):
Replying to [comment:14 nicholas.faiz at gmail.com]:
> I ended up cleaning sqlite3 and it installed properly afterward.
A cleanup after the initial install attempt was all I needed as well. For
others, I started with a fresh install of MacPorts, and ran the following
{{{
sudo port selfupdate (worked fine)
sudo port install gawk (worked fine, but took a while to install
dependencies)
sudo port install nawk (worked fine)
sudo port install php5 +apache2 +mysql5 +server (died at the sqlite3
install)
}}}
so, the following commands allowed me to get on with my life:
{{{
sudo port clean sqlite3
sudo port build sqlite3
}}}
after that I was able to complete my original need :
{{{
sudo port install php5 +apache2 +mysql5 +server
}}}
--
Ticket URL: <http://trac.macports.org/ticket/13953#comment:15>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list