Re: Apache2 Installation Error

2007-04-05 Thread Arthas Terrenas
Greetings, After installing Xcode 1.5 I was able to successfully install Apache2. "Awesome" Thank you all very much for your help on this. It is greatly appreciated. How long do you think It will be before this version of Xcode Is totally obsolete? I'd upgrade to 10.4 but this particular m

Re: Apache2 Installation Error

2007-04-04 Thread Arthas Terrenas
Thank you very much for all of your efforts, It is greatly appreciated. I have started a download of XCode Tools 1.5 It is 372MB. I have a 256k connection so It will take its sweet time. I will get back to you on how this went in the near future. Regards Ben On 04/04/2007, at 9:17 PM, Altoin

Re: Apache2 Installation Error

2007-04-04 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pardon my troubleshooting at this point. It was very late and I was not at my full capacity mentally. If I were, I would have first asked Ben for his setup first before making any assumptions. What I was trying to pinpoint is if the problem was in the

Re: Apache2 Installation Error

2007-04-04 Thread Ryan Schmidt
On Apr 4, 2007, at 06:17, Altoine Barker wrote: [EMAIL PROTECTED] wrote: OS = 10.3.9 Panther XCode = Xcode 1.0 (straight from the original OSX10.3 Install Disk) We found your problem. Your XCode is way way out of date. I do not know any programs out there that work with any Xcode less tha

Re: Apache2 Installation Error

2007-04-04 Thread Ryan Schmidt
On Apr 4, 2007, at 00:02, Altoine Barker wrote: Ok. Give me your setup information; OS, XCode, PATH, and MacPort. I look ed over your debug information and I noticed that it references or uses programs primarily from your Mac OS X Panther environment (i.e. /usr/bin) and not from the MacPort

Re: Apache2 Installation Error

2007-04-04 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We found your problem. Your XCode is way way out of date. I do not know any programs out there that work with any Xcode less than 1.5! You need to download from this link: http://developer.apple.com/tools/download/ should do you much good. HTH - -Al

Re: Apache2 Installation Error

2007-04-03 Thread arthas32
OS = 10.3.9 Panther XCode = Xcode 1.0 (straight from the original OSX10.3 Install Disk) PATH = $ which port /opt/local/bin/port I have set up my .profile file in my home folder as: # Your previous .profile (if any) is saved as .profile.dpsaved # Setting the path for DarwinPorts. export PATH=/o

Re: Apache2 Installation Error

2007-04-03 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok. Give me your setup information; OS, XCode, PATH, and MacPort. I look ed over your debug information and I noticed that it references or uses programs primarily from your Mac OS X Panther environment (i.e. /usr/bin) and not from the MacPorts environ

Re: Apache2 Installation Error

2007-04-03 Thread arthas32
Thanks again. Here Is my output for those last two commands, seems to me that I am presented with the same problem. -- $ sudo port -v clean --all libiconv ---> Cleaning libiconv ---> Removing distfiles for libiconv ---> Rem

Re: Apache2 Installation Error

2007-04-03 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For you your problem seems that you have a bad build of libiconv. I suggest you do a 'sudo port -v clean --all libiconv' and then run the command 'sudo port -d install libiconv. Your error message in debug is saying that that program is the issue so le

Re: Apache2 Installation Error

2007-04-03 Thread Ryan Schmidt
On Apr 3, 2007, at 20:32, [EMAIL PROTECTED] wrote: [snip] ---> Building libiconv with target all DEBUG: Executing proc-pre-com.apple.build-build-0 gcc -O lib/genaliases.c -o genaliases In file included from lib/genaliases.c:81: lib/encodings.def: In function `main': lib/encodings.def:39: `__VA

Re: Apache2 Installation Error

2007-04-03 Thread arthas32
I didn't install apache1.3 with mac ports. I used the default install that came with OSX. The one that you can turn on or off with the sharing preference pane. Thanks for all your help so far, It seems I am generating the same error message. here Is the output for the commands you asked me to try:

Re: Apache2 Installation Error

2007-04-03 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok Ben, We wil need for you to do a 'sudo port -v clean --all apache2' and then attempt to reintall running 'sudo port -d install apache2'. Post error message if you receive another one, again. Plus, is apache 1.3 installed by macports? Just curious bu

Re: Apache2 Installation Error

2007-04-03 Thread Arthas Terrenas
I did run 'sudo port -v selfupdate' first I then went on to install: cronolog and zlib successfully. I have also shut down my current apache 1.3 server. But I don't think that was necessary. I have developer tools installed, I have X Windows installed. On 04/04/2007, at 10:11 AM, Altoine B

Re: Apache2 Installation Error

2007-04-03 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What are all the steps you did to get to this point? Did you run 'sudo port -v selfupdate', first? HTH - -Altoine [EMAIL PROTECTED] wrote: > G'day folks, > > My name is Ben and I am from Sydney Australia. > I have recently installed MacPorts 1.4 > a

Apache2 Installation Error

2007-04-03 Thread arthas32
G'day folks, My name is Ben and I am from Sydney Australia. I have recently installed MacPorts 1.4 and an trying to install Apache2 via MacPorts, like so: sudo port install -v apache2 After a while I receive the following error message: -