Re: Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 22:53, Ali A Samii wrote: > Yes, I finally was able to get MySQL to run. > > I queried to see what mysql processes were running, and I got the following > line: > > alis-imac:tmp ali$ ps auxw | grep mysql > root 2022 0.0 0.0 2445728572 ?? Ss7:04PM 0:00.

Re: Recompiling a macport (hopefully a simple question)

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 19:08, Brooks Swinnerton wrote: > I have what I hope to be a simple question. I'm trying to install > dsniff-devel on my 10.6 box. The problem is that in order to have dsniff use > the correct interface, you must manually change a C file called arp.c. I've > found the file

Re: Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Scott Haneda
On Jul 28, 2010, at 10:33 PM, Jasper Frumau wrote: > Tutorial is looking really good! Not that short either! Did not change Apache > config to put all in www nor did I setup pma just yet. Considering both now.. Well, your urgency was MySql, so I figured you would just concentrate on that, makin

Re: Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Jasper Frumau
> > I wrote up a mini tutorial, which I reference when I do new installs, and > it tends to get me through it. There are some errors, obvious ones, where I > forgot to sudo or other syntactical issues. > >http://dl.dropbox.com/u/340087/drops/01.04.10/mamp/MAMP%20Tutorial.html > > I will yank t

Re: Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Scott Haneda
On Jul 28, 2010, at 6:46 PM, Ali A Samii wrote: > However, I still cannot change the password. > > I get the following Error: > > alis-imac:bin ali$ /opt/local/lib/mysql5/bin/mysqladmin -u root password > 'golijoon' > /opt/local/lib/mysql5/bin/mysqladmin: connect to server at 'localhost' failed

Re: Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Ali A Samii
Yes, I finally was able to get MySQL to run. I queried to see what mysql processes were running, and I got the following line: alis-imac:tmp ali$ ps auxw | grep mysql root 2022 0.0 0.0 2445728572 ?? Ss7:04PM 0:00.14 /opt/local/bin/daemondo --label=mysql5 --start-cmd /opt/

Re: Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Scott Webster
On Wed, Jul 28, 2010 at 6:46 PM, Ali A Samii wrote: > Well, I have restarted the whole thing and I have gotten as far as getting > mysql to install and be able to automatically generate the initial database. > > However, I still cannot change the password. > > I get the following Error: > > alis-

Re: Recompiling a macport (hopefully a simple question)

2010-07-28 Thread Scott Webster
You can run all the phases of the installation process separately, see the port man page. Macports does however try to "guess" what is best to do, so it will run all required previous phases for you. In this case after you edit the file you would want to run "sudo port install portname". However

Still have MySQL problems that need to get solved soon (was: Re: Apache and MySQL won't start)

2010-07-28 Thread Ali A Samii
Well, I have restarted the whole thing and I have gotten as far as getting mysql to install and be able to automatically generate the initial database. However, I still cannot change the password. I get the following Error: alis-imac:bin ali$ /opt/local/lib/mysql5/bin/mysqladmin -u root passwor

Recompiling a macport (hopefully a simple question)

2010-07-28 Thread Brooks Swinnerton
I have what I hope to be a simple question. I'm trying to install dsniff-devel on my 10.6 box. The problem is that in order to have dsniff use the correct interface, you must manually change a C file called arp.c. I've found the file in: /opt/local/var/macports/build/ _opt_local_var_macports_source

Re: Help needed...suddenly nothing works

2010-07-28 Thread Jeff Singleton
What happens when you run this command? sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist What do you see when you run this command? sudo launchctl list | grep http Do you see port 80 listening? netstat -na | grep LIST Is the apache2 port installed in its defau

Re: building gtk2, error in libtool

2010-07-28 Thread Kevin Layer
Ryan, thanks for the reply. >> Sounds like the "can't find NM when cross-compiling" problem we've >> seen many times before. Please file a ticket in the issue >> tracker. A fix like the one in the pango port might work. Is there a workaround, to get me going?

RE: Re: selfupdate error

2010-07-28 Thread t...@qx.net
>>--- Original Message --- >>From: Ryan Schmidt[mailto:ryandes...@macports.org] >>Sent: 7/28/2010 10:07:53 AM >>To : t...@qx.net >>Cc : macports-users@lists.macosforge.org >>Subject : RE: Re: selfupdate error >> >> >On Jul 27, 2010, at 13:03, t...@qx.net wrote: > >> Ryan S

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Joshua Root
On 2010-7-29 02:26 , Ryan Schmidt wrote: > It starts logging for all of those ports, but does not install any of them. How would you know this without looking at the logs for those ports? (Or, say, running 'port installed'...) >>> :debug:main Executing org.macports.main (wine-devel) >>> :msg:main

Re: Apache and MySQL won't start

2010-07-28 Thread Ali A Samii
OK, issued that command. Took all of 2 seconds to execute. Then I issued sudo port load mysql5-server No problems Then I tried sudo -u _mysql mysql_install_db5 This is the echo: Installing MySQL system tables... 100728 19:04:58 [Warning] Can't create test file /opt/local/var/db/mysql5/alis-i

Re: Apache and MySQL won't start

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 11:58, Ali A Samii wrote: > I issued the following command to install mysqk5 > > sudo port install mysql5 +server The mysql5 does not have a variant called +server. It used to, years ago, but now, you should install the separate mysql5-server port. sudo port install mysql5

Re: Apache and MySQL won't start

2010-07-28 Thread Ali A Samii
unload and reload worked, thanks I issued the following command to install mysqk5 sudo port install mysql5 +server Well, I agree that using /tmp is a potential security risk, but I was attempting to see if I could get mysql to run...I can't On 28 Jul, 2010, at 18:51 , Ryan Schmidt wrote: >

Re: Apache and MySQL won't start

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 11:34, Ali A Samii wrote: > OK, so stopped apache2, sudo port load apache2 > This is what echoed back: > > sudo port load apache2 > Error: Target org.macports.load returned: org.macports.apache2: Already loaded > Log for apache2 is at: > /opt/local/var/macports/logs/_opt_loc

Re: Apache won't start (was: Hi, I need some help)

2010-07-28 Thread Ali A Samii
OK, so stopped apache2, sudo port load apache2 This is what echoed back: sudo port load apache2 Error: Target org.macports.load returned: org.macports.apache2: Already loaded Log for apache2 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_a

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 10:09, Joshua Root wrote: > On 2010-7-29 00:59 , Ryan Schmidt wrote: >> MacPorts has correctly computed all the dependencies it needs to >> install. and then has decided not to install any of them and instead >> continue straight on with wine-devel itself, which of course

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 11:11, Harry van der Wolf wrote: > 2010/7/28 chrissam > >> I tried this "sudo port install rdepof:wine-devel not installed" but I got >> an error while building libsdl_image. The log has a lot of compile errors ( >> http://old.nabble.com/file/p29287750/main.log main.log ) an

Re: building gtk2, error in libtool

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 10:02, Kevin Layer wrote: > I'm on a quest to build an mdmg of gtk2. I got it to work last night, > but remembered that I needed a universal binary. I tried to execute > > port mdmg gtk2 +x11 +universal > > but it failed. So, I decided to start over. I uninstalled ever

Re: Apache won't start (was: Hi, I need some help)

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 11:13, Ali A Samii wrote: > OK, prior to the total reinstall I did, apache was running, as was mysql > > when I do a ps auxw | grep > and query for httpd - no process running now > and query for mysql - no process running now > > It appears that nothing is running. > > I j

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 10:27, Dominik Reichardt wrote: > Am 28.07.2010 um 02:01 schrieb chrissam: > >> I hope someone can shed light on this problem. I'm trying to install WINE on >> my mac so I followed the instructions here: >> http://davidbaumgold.com/tutorials/wine-mac/. Basically, the steps are

Re: Apache won't start (was: Hi, I need some help)

2010-07-28 Thread Ali A Samii
OK, prior to the total reinstall I did, apache was running, as was mysql when I do a ps auxw | grep and query for httpd - no process running now and query for mysql - no process running now It appears that nothing is running. I just issued "sudo touch /opt/local/apache2/conf/httpd.conf" command

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Harry van der Wolf
2010/7/28 chrissam > > > Ryan Schmidt-24 wrote: > > > > Yes, MacPorts should be taking care of dependencies for you. But it looks > > like it is not, for reasons I don't understand. > > > > To work around this for now, you can manually install all of wine-devel's > > dependencies, like this: > >

Re: Apache won't start (was: Hi, I need some help)

2010-07-28 Thread Ryan Schmidt
Don't forget to Reply All so your reply goes back to the list, not just to me. On Jul 28, 2010, at 09:50, Ali A Samii wrote: > I actually didn't reply to an unrelated message to start a new topic. I put > "macports-users@lists.macosforge.org" address in the to field, wrote the > subject line "

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Dominik Reichardt
Am 28.07.2010 um 02:01 schrieb chrissam: > I hope someone can shed light on this problem. I'm trying to install WINE on > my mac so I followed the instructions here: > http://davidbaumgold.com/tutorials/wine-mac/. Basically, the steps are: 1. > install xcode, 2. install macports, 3. install wine.

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread chrissam
Ryan Schmidt-24 wrote: > > Yes, MacPorts should be taking care of dependencies for you. But it looks > like it is not, for reasons I don't understand. > > To work around this for now, you can manually install all of wine-devel's > dependencies, like this: > > sudo port clean rdepof:wine-devel

Re: Apache won't start (was: Re: Help needed...suddenly nothing works)

2010-07-28 Thread Ali A Samii
I ran a "ps auxw | rep port" and that gave me the following line (amongst many others) root63 0.0 0.0 2446752 1024 ?? Ss3:25PM 0:00.03 /opt/local/bin/daemondo --label=apache2 --start-cmd /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start ; --stop-cmd

Re: Apache won't start (was: Re: Help needed...suddenly nothing works)

2010-07-28 Thread Ali A Samii
Hi: Apache2 was running before the reinstall (I did a full uninstall and reinstall). But now: The response from ps was: alis-imac:~ ali$ ps auxw | grep httpd ali 1093 0.0 0.0 2435084564 s000 S+5:20PM 0:00.00 grep httpd alis-imac:~ ali$ Telnet to localhost or 127.0.0.1 get

Re: libLAPACK version problem

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 10:05, Matti Lyra wrote: > I'm fairly new to these kinds of issues in MacPorts and was wondering if it's > possible to define in the PyQwt portfile that it depends on the no atlas > version of py26-numpy and not the atlas version as this will most likely > cause the same err

Re: Apache won't start (was: Re: Help needed...suddenly nothing works)

2010-07-28 Thread William H. Magill
On Jul 28, 2010, at 10:16 AM, Ryan Schmidt wrote: > On Jul 28, 2010, at 09:11, Ali A Samii wrote: > >> I really need some help as I am in a deadline crunch and all of a sudden, my >> apache2, mysql php macports install stopped working. >> >> When I try to access http://localhost/ it can't find

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Joshua Root
On 2010-7-29 00:59 , Ryan Schmidt wrote: > MacPorts has correctly computed all the dependencies it needs to install. > and then has decided not to install any of them and instead continue straight > on with wine-devel itself, which of course fails because its dependencies > aren't there. Hu

Re: libLAPACK version problem

2010-07-28 Thread Matti Lyra
On 28 Jul 2010, at 15:13, Ryan Schmidt wrote: > > On Jul 28, 2010, at 08:14, Matti Lyra wrote: > >> I've been trying to get a PyQt python application that uses a PyQwt plot >> working. All is fine when I launch the scripts from the command line but >> after making an app bundle with PyInstall

building gtk2, error in libtool

2010-07-28 Thread Kevin Layer
I'm on a quest to build an mdmg of gtk2. I got it to work last night, but remembered that I needed a universal binary. I tried to execute port mdmg gtk2 +x11 +universal but it failed. So, I decided to start over. I uninstalled everything according to the uninstall advice in the guide. I i

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 09:39, chrissam wrote: > From the log, the error is with openssl. I thought that macports was taking > care of the dependencies? Do install it myself? Yes, MacPorts should be taking care of dependencies for you. But it looks like it is not, for reasons I don't understand.

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread chrissam
Thanks Ryan. Looks like my xcode should be fine then. It seems I need to install Openssl, but I could be reading the log wrong. Here's the log: http://old.nabble.com/file/p29287235/main.log.zip main.log.zip Ryan Schmidt-24 wrote: > > On Jul 27, 2010, at 19:01, chrissam wrote: > >> ---> Co

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread chrissam
Hi Adam, >From the log, the error is with openssl. I thought that macports was taking care of the dependencies? Do install it myself? Here's the log when it was searching for openssl at the beginning: :debug:main Searching for dependency: openssl :debug:main Didn't find receipt, going to deps

Re: Apache won't start (was: Hi, I need some help)

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 04:26, Ali A Samii wrote: > Hi Ryan: > > I know you might not be the right person to ask, but I don't know whom to ask > and I need a quicker answer than by posting to the MacPorts support forum. > > I was working on a very large graphics file, and I got a message from > Ph

Re: Apache won't start (was: Re: Help needed...suddenly nothing works)

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 09:11, Ali A Samii wrote: > I really need some help as I am in a deadline crunch and all of a sudden, my > apache2, mysql php macports install stopped working. > > When I try to access http://localhost/ it can't find the server. > > I made no edits to my configuration. > >

Re: libLAPACK version problem

2010-07-28 Thread Ryan Schmidt
On Jul 28, 2010, at 08:14, Matti Lyra wrote: > I've been trying to get a PyQt python application that uses a PyQwt plot > working. All is fine when I launch the scripts from the command line but > after making an app bundle with PyInstaller the application crashes on launch > with an error say

Help needed...suddenly nothing works

2010-07-28 Thread Ali A Samii
Hi: I really need some help as I am in a deadline crunch and all of a sudden, my apache2, mysql php macports install stopped working. When I try to access http://localhost/ it can't find the server. I made no edits to my configuration. I tried everything, including a fresh complete reinstall M

Re: selfupdate error

2010-07-28 Thread Ryan Schmidt
On Jul 27, 2010, at 13:03, t...@qx.net wrote: > Ryan Schmidt wrote: > >> On Jul 27, 2010, at 10:54, t...@qx.net wrote: >> >>> I am trying to run 'sudo port -d selfupdate' on a powerpc (pismo) running >>> OS X 10.4.11 and encountering the following error messages captured from >>> stderr: >>

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Ryan Schmidt
On Jul 27, 2010, at 19:01, chrissam wrote: > ---> Configuring wine-devel > Error: Target org.macports.configure returned: configure failure: shell > command failed > Log for wine-devel is at: > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine-

libLAPACK version problem

2010-07-28 Thread Matti Lyra
I've been trying to get a PyQt python application that uses a PyQwt plot working. All is fine when I launch the scripts from the command line but after making an app bundle with PyInstaller the application crashes on launch with an error saying that libLAPACK has an incompatible version. Import

Re: Documentation issue? Dovecot support/install scripts from the wiki don't work... what's the trick?

2010-07-28 Thread Joshua Root
On 2010-7-28 21:21 , William H. Magill wrote: > I suppose this is a documentation issue ... > > I'm a longtime, but infrequent MacPorts user... > Just (successfully) updated Macports to 1.9 (from 1.8) and "upgraded > outdated" installs (Apache2/MySQL/PHP primaries). > Apparently everything went "

Documentation issue? Dovecot support/install scripts from the wiki don't work... what's the trick?

2010-07-28 Thread William H. Magill
I suppose this is a documentation issue ... I'm a longtime, but infrequent MacPorts user... Just (successfully) updated Macports to 1.9 (from 1.8) and "upgraded outdated" installs (Apache2/MySQL/PHP primaries). Apparently everything went "normally," no problems noted and everything is still work

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Adam Mercer
On Wed, Jul 28, 2010 at 01:01, chrissam wrote: > --->  Attempting to fetch wine_gecko-1.0.0-x86.cab from > http://voxel.dl.sourceforge.net/wine > --->  Verifying checksum(s) for wine-devel > --->  Extracting wine-devel > --->  Configuring wine-devel > Error: Target org.macports.configure returned