Re: Difficulty installing and using PostgreSQL.

2009-07-16 Thread Bryan Blackburn
On Fri, Jul 17, 2009 at 12:31:46AM -0500, Ryan Schmidt said: [...] > On Jul 16, 2009, at 08:38, Don Fox wrote: > > >Ryan, > >I've installed postgresql84-server @8.4.0 checked the PATH to make > >sure that this /opt/local/bin:/opt/local/sbin is appended to the > >start of the path. > > > >typed 'ps

Re: Difficulty installing and using PostgreSQL.

2009-07-16 Thread Ryan Schmidt
On Jul 16, 2009, at 4:20 AM, Ryan Schmidt wrote: On Jul 15, 2009, at 19:39, Don Fox wrote: Installation goes without apparent hitch but then postgreSQL server is not able to be accessed. How are you attempting to access the server? What error do you get? Have you installed the postgresql84

Re: imapsync problem

2009-07-16 Thread Brandon Allbery
On Jul 16, 2009, at 22:13 , David Yoken wrote: admin$ sudo imapsync --host1 imap.gmail.com --user1 *...@gmail.com -- password1 *** --ssl1 --host2 192.168.38.10 --user2 *** --password2 *** --ssl2 Password: *** imapsync needs perl lib Mail::IMAPClient release 2.2.9, or 3.0.19 or superior Ma

imapsync problem

2009-07-16 Thread David Yoken
Hi Folks, Just installed a fresh copy of MacPorts, and then installed imapsync. So far so good. However, now I am trying to get imapsync to work, but keep getting this error: admin$ sudo imapsync --host1 imap.gmail.com --user1 *...@gmail.com -- password1 *** --ssl1 --host2 192.168.38.10

Re: glade-3 with out icon and some error

2009-07-16 Thread nuvolare
I did as you told me and I runned again by Terminal glade-3 but with out icon again So the icon-theme.cache is not any more inside the folder because I remouved it, and after this I did sudo /opt/local/bin/gtk-update-icon-cache /opt/local/share/icons/hicolor and Terminal answered with Cache

Re: glade-3 with out icon and some error

2009-07-16 Thread Guido Soranzio
On Jul 16, 2009, at 8:57 PM, nuvolare wrote: With this one, /opt/local/bin/gtk-update-icon-cache what I've to do? Thank you You could try to rebuild the cache with: sudo /opt/local/bin/gtk-update-icon-cache /opt/local/share/icons/hicolor It worked for me. -- Guido ___

Re: glade-3 with out icon and some error

2009-07-16 Thread nuvolare
No, I remouved only what you told me on the previus email /opt/local/share/icons/hicolor/icon-theme.cache With this one, /opt/local/bin/gtk-update-icon-cache what I've to do? Thank you Il giorno 16/lug/09, alle ore 20:52, Guido Soranzio ha scritto: executing -- Caselle da 1GB, trasmetti

Re: glade-3 with out icon and some error

2009-07-16 Thread Guido Soranzio
On Jul 16, 2009, at 8:14 PM, nuvolare wrote: I did and I runned again X11 and Terminal but it's again with out icon's Even after executing manually /opt/local/bin/gtk-update-icon-cache ? -- Guido ___ macports-users mailing list macports-users@

Re: glade-3 with out icon and some error

2009-07-16 Thread nuvolare
I did and I runned again X11 and Terminal but it's again with out icon's Il giorno 16/lug/09, alle ore 19:28, Guido Soranzio ha scritto: nuvolare wrote: Can you help me to have the icons? Those are some error MacbookPro:~ nuvolare$ glade-3 Xlib: extension "RANDR" missing on display ":

Re: glade-3 with out icon and some error

2009-07-16 Thread Guido Soranzio
nuvolare wrote: Can you help me to have the icons? Those are some error MacbookPro:~ nuvolare$ glade-3 Xlib: extension "RANDR" missing on display ":0.0". (glade-3:5392): GladeUI-CRITICAL **: Impossibile caricare l'immagine (Impossibile riconoscere il formato di immagine per il file ?/opt/

Mplayer Hardware Optimization Question

2009-07-16 Thread EmmGunn
Howdy, I've been able to compile mplayer-devel via macports but I've been struggling with what seemed like subpar performance. I think I figured out the problem but I'm not sure about a solution or if there even is one. When I compare the output of an older, precompiled version of mencod

Re: Difficulty installing and using PostgreSQL.

2009-07-16 Thread Bill Hernandez
On Jul 16, 2009, at 1:10 AM, Bill Hernandez wrote: $ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall - U postgres >> /backups/pgsql/databases/2009.07.14_22.58.33/ main_db.sql" Should have been $ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall -U post

Re: Downgrade to php5.2 (latest)

2009-07-16 Thread Joshua Root
On 2009-7-16 21:39, Jon Bennett wrote: > svn co -r 53555 > http://svn.macports.org/repository/macports/trunk/dports/lang/php5 > bash-3.2# sudo port deactivate php5 > ---> Deactivating php5 > bash-3.2# sudo port install php5 > @5.2_10+apache2+fastcgi+macosx+mysql5+pear+postgresql82 > ---> Activati

Re: Downgrade to php5.2 (latest)

2009-07-16 Thread Jon Bennett
Hi Norman/Joshua, > maybe this is can be of help > > http://bangpound.org/node/7548 > > perhaps there is a simpler way where you can select the exact version > you need, but i am not sure. I've tried a few things, with little success. When I attempt to follow the example for Drupal, I get: $ svn

Re: apache2 +mod_proxy +vhosts +sni

2009-07-16 Thread Ryan Schmidt
On Jul 16, 2009, at 03:09, Norman Khine wrote: On Wed, Jul 15, 2009 at 11:33 PM, Ryan Schmidt wrote: On Jul 15, 2009, at 09:50, Norman Khine wrote: How do I enable which modules to enable when building apache2 using macports? On gentoo for example, I can add APACHE2_MODULES= ... Is there a

Re: Difficulty installing and using PostgreSQL.

2009-07-16 Thread Ryan Schmidt
On Jul 15, 2009, at 19:39, Don Fox wrote: Installation goes without apparent hitch but then postgreSQL server is not able to be accessed. How are you attempting to access the server? What error do you get? Have you installed the postgresql84-server (or postgresql83-server) port started th

Re: apache2 +mod_proxy +vhosts +sni

2009-07-16 Thread Norman Khine
On Wed, Jul 15, 2009 at 11:33 PM, Ryan Schmidt wrote: > On Jul 15, 2009, at 09:50, Norman Khine wrote: > >> How do I enable which modules to enable when building apache2 using >> macports? On gentoo for example, I can add APACHE2_MODULES= ... >> >> Is there a similar function in macports? > > MacPo