Re: layout file for .tex files

2008-04-04 Thread Charlse Darwin
On Apr 4, 2008, at 11:22 AM, Bob Lounsbury wrote: On Fri, Apr 4, 2008 at 9:01 AM, Charlse Darwin [EMAIL PROTECTED] wrote: $ port installed | grep texlive texlive_base @2007_1 (active) texlive_texmf-minimal @2007_0 (active) $ which latex no latex in /opt/local/share /Users/pm/WebKit

layout file for .tex files

2008-04-04 Thread Charlse Darwin
Begin forwarded message: From: Bob Lounsbury [EMAIL PROTECTED] Date: April 3, 2008 9:40:14 AM EDT (CA) To: Charlse Darwin [EMAIL PROTECTED] Cc: LyX Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: layout file for .tex files On Thu, Apr 3, 2008 at 4:13 AM, Charlse Darwin [EMAIL

Re: layout file for .tex files

2008-04-04 Thread Charlse Darwin
On Apr 4, 2008, at 12:25 PM, Bob Lounsbury wrote: On Fri, Apr 4, 2008 at 9:37 AM, Charlse Darwin [EMAIL PROTECTED] wrote: $ port info lyx | grep Dep Library Dependencies: qt4-mac, texlive, ImageMagick, python25 Since texlive is listed here, I would 'assume' that you need to install

Re: layout file for .tex files

2008-04-04 Thread Charlse Darwin
On Apr 4, 2008, at 3:16 PM, Emmanuel Hainry wrote: Citando Charlse Darwin : On Apr 4, 2008, at 12:25 PM, Bob Lounsbury wrote: On Fri, Apr 4, 2008 at 9:37 AM, Charlse Darwin [EMAIL PROTECTED] wrote: $ port info lyx | grep Dep Library Dependencies: qt4-mac, texlive, ImageMagick, python25

No match for mactex found

2008-04-04 Thread Charlse Darwin
$ port search MacTeX No match for MacTeX found Can (should) I file a ticket? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Fwd: [pymetar-dev] man py-metar

2008-03-23 Thread Charlse Darwin
Begin forwarded message: From: Tobias Klausmann [EMAIL PROTECTED] Date: March 23, 2008 9:16:25 AM EDT (CA) To: [EMAIL PROTECTED] Subject: Re: [pymetar-dev] man py-metar Hi! On Sun, 23 Mar 2008, Charlse Darwin wrote: Is there any man page for py-metar? How do I use this thing In a way, yes

Re: how to delete deactivated ports

2008-03-20 Thread Charlse Darwin
I have a shell script that I run when I go to bed called good-night and part of it that pertains to Macports goes like this: #!/opt/local/bin/bash cd ~/base/ /opt/local/bin/svn update PATH=/bin:/sbin:/usr/ bin:/usr/sbin ./configure --enable-readline /usr/bin/make /opt/ local/bin/sudo

Re: ntop fials to build

2008-03-20 Thread Charlse Darwin
How do I patch this one? http://trac.macosforge.org/projects/macports/attachment/ticket/13610/ patch-globals-structtypes.h $ sudo patch -p0 ~/Dl/patch-globals-structtypes.h can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this

Re: ntop ticket 14308

2008-03-20 Thread Charlse Darwin
On Mar 20, 2008, at 12:06 AM, Ryan Schmidt wrote: On Mar 19, 2008, at 21:53, Charlse Darwin wrote: On Mar 19, 2008, at 6:34 PM, Shawn Protsman wrote: This is in reference to http://trac.macosforge.org/projects/ macports/ticket/14308 and hopefully helps the macport get fixed. Though

Re: ntop ticket 14308

2008-03-19 Thread Charlse Darwin
~/ntop $ make /local/lib/libntop-3.3.5.dylib ld: warning -L: directory name (/usr/local/lib) does not exist ld: warning -L: directory name (/opt/local/lib/lib) does not exist ld: flag: -undefined dynamic_lookup can't be used with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1/usr/

Fwd: Warning: the following items did not execute (for LyX): org.macports.fetch

2008-02-27 Thread Charlse Darwin
Begin forwarded message: From: Charlse Darwin [EMAIL PROTECTED] Date: February 26, 2008 11:35:06 AM EST (CA) To: [EMAIL PROTECTED] Subject: Warning: the following items did not execute (for LyX): org.macports.fetch $ sudo port -fvd fetch LyX DEBUG: Found port in file:///opt/local/var

which bash

2008-02-24 Thread Charlse Darwin
$ echo $BASH_VERSION 2.05b.0(1)-release $ bash --version GNU bash, version 3.2.33(1)-release (powerpc-apple-darwin8.11.0) Copyright (C) 2007 Free Software Foundation, Inc. $ which bash /opt/local/bin/bash $ # Which bash is being used by the system; 3.2.33(1)-release or 2.05b.0 (1)-release?

Re: which bash

2008-02-24 Thread Charlse Darwin
# chsh -s /opt/local/bin/bash username did the trick, thanks. On Feb 24, 2008, at 8:41 AM, Adam Mercer wrote: On Sun, Feb 24, 2008 at 7:41 AM, Charlse Darwin [EMAIL PROTECTED] wrote: $ echo $BASH_VERSION 2.05b.0(1)-release $ bash --version GNU bash, version 3.2.33(1)-release (powerpc

Saving Space by Avoiding Localized Versions

2008-02-21 Thread Charlse Darwin
How do I specify the language? (overriding the ENV only for certain ports) ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Error: Target org.macports.destroot returned: invalid command name cd

2008-02-15 Thread Charlse Darwin
$ sudo port -vd install osxutils Password: DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/osxutils DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/osxutils DEBUG:

Re: ntop install failure

2008-02-15 Thread Charlse Darwin
# Getting the same result here: $ sudo port install ntop +server Password: --- Building ntop with target all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nto p/work/ntop-3.3

Keeping track of a ticket

2008-02-15 Thread Charlse Darwin
How does one add himself to the ``Cc:'' line of a ticket submitted by someone else? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Interacting with trac from Terminal

2008-02-15 Thread Charlse Darwin
Is there any way to interacting with trac from Terminal? i.e. to view, submit … tickets from command line? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Keeping track of a ticket

2008-02-15 Thread Charlse Darwin
Could someone please add me to the following ticket? http://trac.macosforge.org/projects/macports/ticket/14308 Thanks On Feb 15, 2008, at 5:42 PM, Ryan Schmidt wrote: On Feb 15, 2008, at 16:37, Charlse Darwin wrote: How does one add himself to the ``Cc:'' line of a ticket submitted

Re: man man

2008-02-12 Thread Charlse Darwin
man is a port itself. I installed it yesterday. P.S.: I am gonna go ahead and file the ticket. On Feb 12, 2008, at 3:04 PM, Ryan Schmidt wrote: On Feb 12, 2008, at 05:56, Charlse Darwin wrote: On Feb 11, 2008, at 9:52 PM, Matrix Mole wrote: On Feb 11, 2008 7:26 PM, Charlse Darwin wrote

Re: man man

2008-02-12 Thread Charlse Darwin
# System's man works just fine $ /usr/bin/man -v man, version 1.6c $ /opt/local/bin/man -v man, version 1.6f On Feb 11, 2008, at 9:52 PM, Matrix Mole wrote: On Feb 11, 2008 7:26 PM, Charlse Darwin [EMAIL PROTECTED] wrote: What happened here?! $ which man /opt/local/bin/man $ man man man (1

Re: 10.5.2 and graphics update

2008-02-11 Thread Charlse Darwin
Thanks On Feb 11, 2008, at 9:10 PM, Rainer Müller wrote: Charlse Darwin wrote: `unofficial Quartz updates' What is it and would you please provide us with a link? http://trac.macosforge.org/projects/xquartz Rainer ___ macports-users mailing list

Re: 10.5.2 and graphics update

2008-02-11 Thread Charlse Darwin
`unofficial Quartz updates' What is it and would you please provide us with a link? On Feb 11, 2008, at 6:48 PM, Noah Salzman wrote: Hi All, Just installed 10.5.2 and the associated graphics update (required two reboots). X11 apps like Wireshark now work for me without crashing. I had

This version of Links does not contain SSL/TLS support

2008-02-02 Thread Charlse Darwin
Hi, I get this error when I try to load some pages. `This version of Links does not contain SSL/TLS support' However it reads `SSL support since version 0.94.' here: http://links.sourceforge.net/#derv $ links -version Links 2.1pre28 Regards, ___

Fwd: sudo port install openssh

2008-01-27 Thread Charlse Darwin
Begin forwarded message: From: Charlse Darwin [EMAIL PROTECTED] Date: January 25, 2008 6:48:41 AM EST (CA) To: Ryan Schmidt [EMAIL PROTECTED] Subject: Re: sudo port install openssh Xcode 2.5 Mac OS X 10.4.11 $ arch ppc $ uname -r 8.11.0 $ port -v MacPorts 1.600 # How do I get MacPorts 1.7.0

Staging tin into destroot

2008-01-27 Thread Charlse Darwin
$ sudo port -fvd install tin DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/news/tin DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/news/tin DEBUG: org.macports.load registered provides 'load',

Fwd: Staging tin into destroot

2008-01-27 Thread Charlse Darwin
Begin forwarded message: From: Charlse Darwin [EMAIL PROTECTED] Date: January 27, 2008 9:57:42 AM EST (CA) To: Ryan Schmidt [EMAIL PROTECTED] Subject: Re: Staging tin into destroot $ file /usr/bin/strip /usr/bin/strip: cannot open (/usr/bin/strip) $ sudo file /usr/bin/strip /usr/bin/strip

Fwd: Staging tin into destroot

2008-01-27 Thread Charlse Darwin
Begin forwarded message: From: Charlse Darwin [EMAIL PROTECTED] Date: January 27, 2008 9:29:08 AM EST (CA) To: Ryan Schmidt [EMAIL PROTECTED] Subject: Re: Staging tin into destroot I have Xcode 2.5 here installed. Could it be the cause or is it irrelevant? On Jan 27, 2008, at 9:24 AM

Fwd: sudo port install openssh

2008-01-27 Thread Charlse Darwin
Begin forwarded message: From: Charlse Darwin [EMAIL PROTECTED] Date: January 27, 2008 9:44:49 AM EST (CA) To: Ryan Schmidt [EMAIL PROTECTED] Subject: Re: sudo port install openssh $ port -v MacPorts 1.700 Thanks a lot. On Jan 27, 2008, at 9:28 AM, Ryan Schmidt wrote: On Jan 27, 2008

Re: Staging tin into destroot

2008-01-27 Thread Charlse Darwin
ppc): Mach-O executable ppc $ ls -l /usr/bin/strip -r-xr-xr-x 1 root wheel 318228 Sep 16 2006 /usr/bin/strip $ On Jan 27, 2008, at 08:29, Charlse Darwin wrote: I have Xcode 2.5 here installed. Could it be the cause or is it irrelevant? On Jan 27, 2008, at 9:24 AM, Ryan Schmidt wrote: I

sudo port install openssh

2008-01-24 Thread Charlse Darwin
$ sudo port install openssh Password: Portfile changed since last build; discarding previous state. --- Fetching openssh --- Attempting to fetch openssh-4.7p1.tar.gz from http:// mirror.roothell.org/pub/OpenBSD/OpenSSH/portable --- Verifying checksum(s) for openssh --- Extracting openssh

Fwd: [MacPorts] #13829: sudo port -fvd install mldonkey

2008-01-05 Thread Charlse Darwin
`Assign to maintainer'? You mean [EMAIL PROTECTED] Begin forwarded message: From: MacPorts [EMAIL PROTECTED] Date: January 5, 2008 12:02:40 AM EST (CA) To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [MacPorts] #13829: sudo port -fvd install mldonkey Reply-To:

Re: sudo port install zsh

2008-01-05 Thread Charlse Darwin
will do. On Jan 5, 2008, at 6:47 PM, Ryan Schmidt wrote: On Jan 5, 2008, at 17:09, Charlse Darwin wrote: $ sudo port install zsh Password: --- Fetching zsh --- Attempting to fetch zsh-4.2.6.tar.bz2 from http:// www.zsh.org/pub/ --- Attempting to fetch zsh-4.2.6.tar.bz2 from ftp

Re: ocaml fails on Tiger (was: Re: sudo port install mldonkey)

2008-01-04 Thread Charlse Darwin
to the bug's Cc list so you'll be informed of its progress. On Dec 26, 2007, at 05:58, Charlse Darwin wrote: $ sudo port install mldonkey --- Building ocaml with target world.opt Error: Target org.macports.build returned: shell command cd / opt/local/var/macports/build

Re: ocaml fails on Tiger (was: Re: sudo port install mldonkey)

2008-01-04 Thread Charlse Darwin
/projects/macports/ticket/13583 I've added your email address to the bug's Cc list so you'll be informed of its progress. On Dec 26, 2007, at 05:58, Charlse Darwin wrote: $ sudo port install mldonkey --- Building ocaml with target world.opt Error: Target org.macports.build returned: shell command

Re: ocaml fails on Tiger (was: Re: sudo port install mldonkey)

2008-01-04 Thread Charlse Darwin
/ocaml - library and support files /usr/local/man - manual pages Is there any way to move the stuff manually? On Jan 4, 2008, at 1:05 PM, Ryan Schmidt wrote: On Jan 4, 2008, at 09:41, Charlse Darwin wrote: On Dec 26, 2007, at 8:14 AM, Ryan Schmidt wrote: This bug has already been reported

sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
$ sudo port -f clean --dist --archive --work ocmal Error: Port ocmal not found $ sudo port -d sync DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from rsync://rsync.macports.org/ release/ports/ DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/

Re: sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
$ ls -l /usr/bin/sed -r-xr-xr-x 1 root wheel 38424 Dec 31 09:16 /usr/bin/sed* $ file /usr/bin/sed /usr/bin/sed: Mach-O executable ppc $ which sed /usr/bin/sed Should chmod 68388 /usr/bin/sed ? On Jan 4, 2008, at 3:23 PM, Ryan Schmidt wrote: On Jan 4, 2008, at 13:55, Charlse Darwin wrote

Re: sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
: On Jan 4, 2008, at 14:30, Charlse Darwin wrote: On Jan 4, 2008, at 3:23 PM, Ryan Schmidt wrote: On Jan 4, 2008, at 13:55, Charlse Darwin wrote: [snip] $ sudo port -f install ocaml --- Fetching ocaml --- Attempting to fetch ocaml-3.10.0.tar.bz2 from http:// caml.inria.fr/pub/distrib/ocaml

Re: sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
, 2008, at 3:40 PM, Ryan Schmidt wrote: On Jan 4, 2008, at 14:30, Charlse Darwin wrote: On Jan 4, 2008, at 3:23 PM, Ryan Schmidt wrote: On Jan 4, 2008, at 13:55, Charlse Darwin wrote: [snip] $ sudo port -f install ocaml --- Fetching ocaml --- Attempting to fetch ocaml-3.10.0.tar.bz2 from http

Re: sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
feed://trac.macosforge.org/projects/macports/ticket/13829?format=rss On Jan 4, 2008, at 7:18 PM, William Siegrist wrote: Wrong trac system. That should go here: http://trac.macosforge.org/projects/macports/newticket -Bill On Jan 4, 2008, at 4:13 PM, Charlse Darwin wrote: I just filled

Fwd: sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
] Date: January 4, 2008 5:12:13 PM EST (CA) To: Charlse Darwin [EMAIL PROTECTED] Cc: Users MacPorts [EMAIL PROTECTED] Subject: Re: sudo port install mldonkey Please keep the discussion on the mailing list using Reply All when you reply. On Jan 4, 2008, at 15:55, Charlse Darwin wrote: $ sudo

Re: sudo port install mldonkey

2008-01-04 Thread Charlse Darwin
that they only have mldonkey-2.9.2.shared.foo.tar.bz2 posted there. Does that tell you anything at all? On Jan 4, 2008, at 5:12 PM, Ryan Schmidt wrote: Please keep the discussion on the mailing list using Reply All when you reply. On Jan 4, 2008, at 15:55, Charlse Darwin wrote: $ sudo port install

sudo port upgrade outdated PortUpgradeOutdated.log

2008-01-03 Thread Charlse Darwin
How do I get the port to write the output to a log file? `$ sudo port upgrade outdated PortUpgradeOutdated.log' didn't fly well. ___ macports-users mailing list macports-users@lists.macosforge.org

$ sudo port -f install MacPorts

2008-01-03 Thread Charlse Darwin
$ sudo port -f install MacPorts Portfile changed since last build; discarding previous state. --- Fetching MacPorts --- Attempting to fetch MacPorts-1.6.0.tar.gz from http:// svn.macports.org/repository/macports/distfiles/MacPorts-1.6.0 --- Attempting to fetch MacPorts-1.6.0.tar.gz from

$ sudo port -f install MacPorts

2008-01-03 Thread Charlse Darwin
$ sudo port -fvd install MacPorts DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/MacPorts DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/MacPorts DEBUG: Requested variant

Re: sudo port upgrade outdated PortUpgradeOutdated.log

2008-01-03 Thread Charlse Darwin
PortUpgradeInstalled.log Description: Binary data It didn't log the whole thing… On Jan 3, 2008, at 9:17 PM, Ryan Schmidt wrote: On Jan 3, 2008, at 14:18, Charlse Darwin wrote: How do I get the port to write the output to a log file? `$ sudo port upgrade outdated

Re: sudo port upgrade outdated PortUpgradeOutdated.log

2008-01-03 Thread Charlse Darwin
It works! Thanks. I have a daemon to upgrade my ports, set for after midnight. Now I can have a log of what's happened the morning after. On Jan 3, 2008, at 9:27 PM, Ryan Schmidt wrote: On Jan 3, 2008, at 20:21, Charlse Darwin wrote: On Jan 3, 2008, at 9:17 PM, Ryan Schmidt wrote

Re: $ sudo port -f install MacPorts

2008-01-03 Thread Charlse Darwin
, 2008, at 16:32, Charlse Darwin wrote: $ sudo port -f install MacPorts Portfile changed since last build; discarding previous state. --- Fetching MacPorts --- Attempting to fetch MacPorts-1.6.0.tar.gz from http:// svn.macports.org/repository/macports/distfiles/MacPorts-1.6.0 --- Attempting

sudo port install gnutar

2007-12-31 Thread Charlse Darwin
$ sudo port install gnutar --- Configuring gnutar 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_archive rs_gnutar/work/tar-1.19 ./configure

sudo port install mldonkey

2007-12-26 Thread Charlse Darwin
$ sudo port install mldonkey --- Building ocaml with target world.opt Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_oc aml/work/ocaml-3.10.0 unset LD_PREBIND

Re: ocaml fails on Tiger (was: Re: sudo port install mldonkey)

2007-12-26 Thread Charlse Darwin
Great, thanks. On Dec 26, 2007, at 8:14 AM, Ryan Schmidt wrote: This bug has already been reported: http://trac.macosforge.org/projects/macports/ticket/13583 I've added your email address to the bug's Cc list so you'll be informed of its progress. On Dec 26, 2007, at 05:58, Charlse

$ sudo port -fcsd install firefox-x11

2007-12-20 Thread Charlse Darwin
$ sudo port -fcsd install firefox-x11 DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/www/firefox-x11 DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/www/firefox-x11 DEBUG: Requested variant

$ sudo port -c install mozilla-devel

2007-12-20 Thread Charlse Darwin
$ sudo port -c install mozilla-devel --- Building mozilla-devel with target all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_moz illa-devel/work/mozilla make all returned

$ sudo port -fdc install grep

2007-12-20 Thread Charlse Darwin
$ sudo port -fdc install grep DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/grep DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/sysutils/grep DEBUG: Requested variant powerpc is not

$ grep portarchivemode /opt/local/etc/macports/macports.conf

2007-12-20 Thread Charlse Darwin
$ grep portarchivemode /opt/local/etc/macports/macports.conf portarchivemode no $ # Does this mean that archive mode is disabled? ___ macports-users mailing list macports-users@lists.macosforge.org

port search

2007-12-19 Thread Charlse Darwin
How do I get `port search' to look into meta-data? Here is an example: # Firefox is a browser but word `browser' turns up in its meta-data $ port search firefox firefox-x11www/firefox-x11 2.0.0.7 Mozilla.org's popular stand-alone browser # Therefore following fails to

sudo port install bing

2007-12-18 Thread Charlse Darwin
$ sudo port install bing --- Fetching bing --- Attempting to fetch bing-1.0.5.tar.gz from http:// www.freenix.org/reseau/ --- Attempting to fetch bing-1.0.5.tar.gz from http:// svn.macports.org/repository/macports/distfiles/bing --- Attempting to fetch bing-1.0.5.tar.gz from http://

Re: sudo port install apache2

2007-12-16 Thread Charlse Darwin
Reinstalled Xcode, then installed http://www.opensource.apple.com/darwinsource/tarballs/other/ apache-729.tar.gz Here is the situation: $ sudo apachectl start dyld: Library not loaded: /usr/local/lib/libexpat.0.1.0.dylib Referenced from: /usr/sbin/httpd Reason: image not found

Re: sudo port install apache2

2007-12-16 Thread Charlse Darwin
, Charlse Darwin wrote: Here is the situation: $ sudo apachectl start dyld: Library not loaded: /usr/local/lib/libexpat.0.1.0.dylib Referenced from: /usr/sbin/httpd Reason: image not found /usr/sbin/apachectl: line 187: 3046 Trace/BPT trap $HTTPD /usr/sbin/apachectl start: httpd could

Re: sudo port install apache2

2007-12-16 Thread Charlse Darwin
$ sudo /opt/local/apache2/bin/apachectl start httpd: Syntax error on line 63 of /opt/local/apache2/conf/httpd.conf: ServerRoot must be a valid directory $ On Dec 16, 2007, at 1:24 PM, Daniel J. Luke wrote: On Dec 16, 2007, at 11:59 AM, Charlse Darwin wrote: Here is the situation: $ sudo

Re: sudo port install apache2

2007-12-16 Thread Charlse Darwin
It works! Thanks. However still we've got the following: $ which apachectl /usr/sbin/apachectl # as opposed to (which as an example shows my env is set up correctly) $ which bash /opt/local/bin/bash $ On Dec 16, 2007, at 3:09 PM, William Davis wrote: On Dec 16, 2007, at 1:27 PM, Charlse

Re: sudo port install apache2

2007-12-16 Thread Charlse Darwin
'? On Dec 16, 2007, at 3:47 PM, Daniel J. Luke wrote: On Dec 16, 2007, at 3:25 PM, Charlse Darwin wrote: It works! Thanks. However still we've got the following: $ which apachectl /usr/sbin/apachectl # as opposed to (which as an example shows my env is set up correctly) this doesn't show that your

Re: sudo port install apache2

2007-12-16 Thread Charlse Darwin
provided by Apple. What am I missing? On Dec 16, 2007, at 4:39 PM, Ryan Schmidt wrote: On Dec 16, 2007, at 15:05, Charlse Darwin wrote: $ env PATH=/Users/***/Documents/scripts/:/opt/local/bin:/opt/local/ sbin:/bin:/sbin:/usr/bin:/usr/sbin:/Library/Frameworks/ Python.framework/Versions

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
that. You should install the apache2 port from MacPorts and use that instead. It should work correctly. I use it all the time. On Dec 14, 2007, at 21:05, Charlse Darwin wrote: $ sudo apachectl start dyld: Library not loaded: /usr/local/lib/libexpat.0.1.0.dylib Referenced from: /usr/sbin/httpd

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
, but rather use MacPorts to install whatever you need. If you find any software for which ports do not yet exist, ports can be created. On Dec 15, 2007, at 06:19, Charlse Darwin wrote: I am getting the same: $ otool -L /usr/sbin/httpd /usr/sbin/httpd: /usr/local/lib/libexpat.0.1.0.dylib

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
I am going to get the source code from here: http://www.opensource.apple.com/darwinsource/tarballs/other/ apache-729.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/ apache1-696.tar.gz what do you think? On Dec 15, 2007, at 9:17 AM, Jochen Küpper wrote: On 15.12.2007,

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
http://www.opensource.apple.com/darwinsource/Current/apache1-696/ apache1/INSTALL $ ./configure --prefix=PREFIX NOTE: PREFIX is not the string PREFIX. Instead use the Unix filesystem path under which Apache should be installed. For instance use /usr/local/apache for PREFIX

darwinbuild

2007-12-15 Thread Charlse Darwin
Why isn't darwinbuild available as a port? and if I run svn co http://svn.macosforge.org/repository/darwinbuild/trunk darwinbuild how do I go about building and running darwinbuild itself on my machine? ___ macports-users mailing list

sudo port -Rdu upgrade installed (Automated)

2007-12-15 Thread Charlse Darwin
Need a launchd daemon to automate the upgrade process. I've the following but for some reason it's stopped working. Also I would like it to right the results into a log file. -- ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST

Re: sudo port install apache2

2007-12-14 Thread Charlse Darwin
libraries. Once you're no longer using any software in / usr/local, then you can get rid of it (making sure that you have no actual important data in there first). On Dec 14, 2007, at 20:01, Charlse Darwin wrote: Should I run? sudo rm -rf /usr/local/lib On Dec 14, 2007, at 8:58 PM, Ryan Schmidt