Snow Leopard Apache + PHP + MySQL

2009-08-28 Thread Craig Hoffman
Hi There, I having some trouble installing Apache, PHP and MySQL on a new Snow Leopard install. I start with this: sudo port install apache2 +universal I end up with this: Error: The following dependencies failed to build: apr apr-util db46 expat libiconv gperf sqlite3 ncurses ncursesw rea

Re: MacPorts 1.8.0

2009-08-28 Thread Frank J . R . Hanstick
Hello, I entered: sudo port upgrade outdated --enforce-variants to get: Error: --enforce-variants is not installed If I enter: sudo port upgrade outdated -enforce-variants I get: Error: No ports found On Aug 28, 2009,

Fwd: MySQL5 and php5

2009-08-28 Thread Mark Hattam
Begin forwarded message: From: Mark Hattam Date: 27 August 2009 22:27:46 BST To: MacPorts Users Subject: MySQL5 and php5 As I've just port sync'd and received The following installed ports are outdated: mysql5 5.0.84_0 < 5.0.85_0 mysql5-server 5.0.8

Re: MacPorts 1.8.0

2009-08-28 Thread Mark Hattam
On 28 Aug 2009, at 16:06, William Davis wrote: On Aug 28, 2009, at 10:48 AM, Frank J. R. Hanstick wrote: sudo port upgrade --enforce-variants You need to type: sudo port upgrade outdated --enforce-variants As is, you are telling port to upgrade the port "nul" for which you got the cur

error compiling ffmpeg on Snow Leopard

2009-08-28 Thread Artemio Gonzalez Lopez
"sudo port -vd upgrade ffmpeg" fails with the following weird error message on my Intel iMac running Snow Leopard: DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Executing proc-pre-org.macports.configure-configure-0 DEBUG: Executing org.macports.configure (ffmpeg) DEBUG: Environment: CFLAGS='-

Re: MacPorts 1.8.0

2009-08-28 Thread Arno Hautala
On Fri, Aug 28, 2009 at 11:06, William Davis wrote: > > You need to type: > > sudo port upgrade outdated --enforce-variants I'm just upgrading to 1.8 and my typical port upgrade process includes an initial fetch. port fetch outdated currently results in: $ sudo port fetch outdated Password: ... -

php-oracle workaround

2009-08-28 Thread John Korchok
After installing the new Oracle PHP port, I was getting an error: Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that DYLD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries in /Library/WebServ

Re: Failed to install perforce - fetch failed

2009-08-28 Thread Ivan "Rambius" Ivanov
Hello Ryan, On Fri, Aug 28, 2009 at 10:55 PM, Ryan Schmidt wrote: > > On Aug 28, 2009, at 13:18, Ivan Rambius Ivanov wrote: > >> On Fri, Aug 28, 2009 at 11:06 AM, Ryan Schmidt wrote: >> >>> On Aug 28, 2009, at 02:20, Ivan Rambius Ivanov wrote: >> I checked the ticket. How I can udpate perforce's P

Re: .htaccess Issues With Macports Apache Install

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 09:52, Steve Edwards wrote: One quick follow up question: what does this line do? Alias /~rschmidt /Users/rschmidt/Sites It makes it so that I can access http://localhost/~rschmidt/ to get to my Sites directory. Usually mod_userdir would create aliases for every user,

Re: Failed to install perforce - fetch failed

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 13:18, Ivan Rambius Ivanov wrote: On Fri, Aug 28, 2009 at 11:06 AM, Ryan Schmidt wrote: On Aug 28, 2009, at 02:20, Ivan Rambius Ivanov wrote: I tried to installed perforce and it failed with fetch failed message: The port is ancient. I will try to update it. http://t

Re: upgrade installed problem

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 11:36, Shawn Protsman wrote: ---> Configuring ghc Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ ghc/work/ghc-6.10.3" && ./config

Re: MacPorts 1.8.0 has been released

2009-08-28 Thread Randal L. Schwartz
This port broke my system. Good thing I had backups, so I could figure out what went wrong. $ sudo port -v selfupdate [upgrade to 1.8.0] $ port outdated The following installed ports are outdated: libcanberra0.15_0 < 0.16_0 $ sudo port -puv upgrade l

Re: Failed to install perforce - fetch failed

2009-08-28 Thread Ivan "Rambius" Ivanov
Hello Ryan, On Fri, Aug 28, 2009 at 11:06 AM, Ryan Schmidt wrote: > On Aug 28, 2009, at 02:20, Ivan Rambius Ivanov wrote: > >> I tried to installed perforce and it failed with fetch failed message: > > The port is ancient. I will try to update it. > > http://trac.macports.org/ticket/20851 I check

upgrade installed problem

2009-08-28 Thread Shawn Protsman
I just upgraded to 1.8 this morning. A problem arose around ghc. Something I am using must be dependent upon it: ] sudo port clean --archive ghc ; sudo port clean --dist ghc ---> Cleaning ghc ---> Cleaning ghc ] sudo port uninstall ghc ] sudo port upgrade --enforce-variants installed ---> Co

Re: MacPorts 1.8.0

2009-08-28 Thread William Davis
On Aug 28, 2009, at 10:48 AM, Frank J. R. Hanstick wrote: sudo port upgrade --enforce-variants You need to type: sudo port upgrade outdated --enforce-variants As is, you are telling port to upgrade the port "nul" for which you got the currently scheduled error mesg. William Davis frsta

db46 build fails with build_arch x86_64

2009-08-28 Thread Jay Sachs
Using OS X 10.5.8, fresh selfupdate of 1.8.0. Only other port installed is a just-installed apr-1.3.8_0. Anyone else seeing this? ---> Fetching db46 ---> Attempting to fetch patch.4.6.21.1 from http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/ ---> Attempting to fetch

Re: .htaccess Issues With Macports Apache Install

2009-08-28 Thread Steve Edwards
Ryan, Works like a charm. Thanks a ton! One quick follow up question: what does this line do? Alias /~rschmidt /Users/rschmidt/Sites Thanks. Steve Ryan Schmidt wrote: Hi Steve! Here's some help for your first question; I'll tackle your second question in the next email. On Aug 28, 2

Re: MacPorts 1.8.0

2009-08-28 Thread Frank J. R. Hanstick
Hello, I used: sudo port upgrade --enforce-variants sudo port /upgrade --enforce-variants as suggested with the following result: Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/frank"). Ple

Re: MacPorts 1.8.0 has been released

2009-08-28 Thread Rainer Müller
On 2009-08-28 08:19 , Joshua Root wrote: > [1] - > > [2] - > > > [3] - > I

Re: .htaccess Issues With Macports Apache Install

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 01:09, Steve Edwards wrote: In addition to that, extensions only work with separate .ini files. For instance, xdebug will only work if I have xdebug.ini in /opt/local/var/db/php5. If I have the xdebug settings in php.ini, they are not recognized. They are only recogn

Re: MacPorts 1.8.0: Cannot fetch openssl

2009-08-28 Thread Martin Eisenhardt
Hi Ryan, thanks for the quick reply! Ryan Schmidt wrote: > Try debug output: > > sudo port -d upgrade openssl > > Maybe that will give a clue about why it cannot fetch the file. It gives me a clue: It simply works now. Strange. Thank you anyway! > > Can you fetch the file from those location

Re: MacPorts 1.8.0: Cannot fetch openssl

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 02:57, Martin Eisenhardt wrote: after installing MacPorts 1.8.0, I want to upgrade subversion and its perlbindings: $ mekkie:~ mneisen$ sudo port upgrade -u --enforce-variants subversion subversion-perlbindings But it gives me the following error messages: ---> Compu

Re: Failed to install perforce - fetch failed

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 02:20, Ivan Rambius Ivanov wrote: I tried to installed perforce and it failed with fetch failed message: The port is ancient. I will try to update it. http://trac.macports.org/ticket/20851 ___ macports-users mailing list macpor

Re: MacPorts 1.8.0

2009-08-28 Thread Ryan Schmidt
On Aug 28, 2009, at 02:40, Frank J. R. Hanstick wrote: sudo port upgrade installed after upgrading to 1.8.0 resulted in the following messages: Warning: Skipping upgrade since apache-ant 1.7.1_0 >= apache-ant 1.7.1_0, even though installed variants "" do not match "+darwin".

MacPorts 1.8.0: Cannot fetch openssl

2009-08-28 Thread Martin Eisenhardt
Hi list, after installing MacPorts 1.8.0, I want to upgrade subversion and its perlbindings: $ mekkie:~ mneisen$ sudo port upgrade -u --enforce-variants subversion subversion-perlbindings But it gives me the following error messages: ---> Computing dependencies for openssl ---> Fetchi

Re: MacPorts 1.8.0

2009-08-28 Thread Martin Eisenhardt
Hi Frank, Frank J. R. Hanstick wrote: > > > > sudo port upgrade installed > > > > after upgrading to 1.8.0 resulted in the following messages: > > > > Warning: Skipping upgrade since apache-ant 1.7.1_0 >= apache-ant > > 1.7.1_0, even though installed variants "" do not match "+darwin". Use > > 'up

MacPorts 1.8.0

2009-08-28 Thread Frank J. R. Hanstick
Hello, Entering: sudo port upgrade installed after upgrading to 1.8.0 resulted in the following messages: Warning: Skipping upgrade since apache-ant 1.7.1_0 >= apache-ant 1.7.1_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-varian

Failed to install perforce - fetch failed

2009-08-28 Thread Ivan "Rambius" Ivanov
Hello, I tried to installed perforce and it failed with fetch failed message: $ sudo port install perforce Password: ---> Computing dependencies for perforce ---> Fetching perforce ---> Attempting to fetch p4 from http://distfiles.macports.org/perforce ---> Attempting to fetch p4 from ftp://w

Re: .htaccess Issues With Macports Apache Install

2009-08-28 Thread Ryan Schmidt
Hi Steve! Here's some help for your first question; I'll tackle your second question in the next email. On Aug 28, 2009, at 01:09, Steve Edwards wrote: On my MacBook Pro, I installed Apache/MySQL/PHP using MacPorts. I'm running PHP 5.2.9 and Apache 2.2.11. It works great, except for a co