Re: tsocks: Where are validateconf & inspectsocks utilities?

2011-09-20 Thread Bryan Blackburn
On Tue, Sep 20, 2011 at 11:45:05AM -0700, Stefan Lasiewski said: > The tsocks.conf(5) manpage mentions two utilities which can help in > troubleshooting tsocks: > > UTILITIES [...] > > But I cannot find these utilities on my system. Have they been removed, and > if so, why were they removed (were

tsocks: Where are validateconf & inspectsocks utilities?

2011-09-20 Thread Stefan Lasiewski
The tsocks.conf(5) manpage mentions two utilities which can help in troubleshooting tsocks: UTILITIES >tsocks comes with two utilities that can be useful in creating and > veri- >fying the tsocks configuration file. > >inspectsocks > inspectsocks can be use

Re: Howto install tomcat6

2011-09-20 Thread Sebastian Mohr
Thanks ... "sudo port install tomcat6 build.asroot=yes" worked for me, too :) masu On Tue, Sep 20, 2011 at 3:15 PM, Mr. Puneet Kishor wrote: > Sebastian, > > Check the email archives from a few days ago... I had the same problem, and > it was easy to fix. See [https://trac.macports.org/ticket/30

Re: Linking Problem

2011-09-20 Thread Johannes Ruscheinski
Hi Ryan, On 20 September 2011 09:05, Ryan Schmidt wrote: > > On Sep 20, 2011, at 11:01, Johannes Ruscheinski wrote: > >> I am trying to build a C++ program that uses the MD5() and SHA1() >> functions.  I think they're being included via the >> >> #include >> #include >> >> include directives.  

Re: Linking Problem

2011-09-20 Thread Ryan Schmidt
On Sep 20, 2011, at 11:01, Johannes Ruscheinski wrote: > I am trying to build a C++ program that uses the MD5() and SHA1() > functions. I think they're being included via the > > #include > #include > > include directives. I did add the -lssl linker flag but still get > linker errors compl

Linking Problem

2011-09-20 Thread Johannes Ruscheinski
Hi, I am trying to build a C++ program that uses the MD5() and SHA1() functions. I think they're being included via the #include #include include directives. I did add the -lssl linker flag but still get linker errors complaining about a missing _MD5 and _SHA1. Any ideas which library I n

Re: sshfs and Fuse4x

2011-09-20 Thread Ryan Schmidt
On Sep 20, 2011, at 09:27, Puneet Kishor wrote: > On Sep 20, 2011, at 9:10 AM, Ryan Schmidt wrote: > >> We don't support users installing software in /usr/local while using >> MacPorts; it can interfere with MacPorts software. Please remove or rename >> /usr/local, clean the affected ports, and

Re: sshfs and Fuse4x

2011-09-20 Thread Puneet Kishor
On Sep 20, 2011, at 9:10 AM, Ryan Schmidt wrote: > > On Sep 19, 2011, at 23:11, Mr. Puneet Kishor wrote: > >> So, I first installed Macfuse (on Lion) and then sshfs and sshfs-gui from >> Macports. Quickly realized that Macfuse is hopelessly outdated. Following >> the suggestion at [https://tr

Re: sshfs and Fuse4x

2011-09-20 Thread Ryan Schmidt
On Sep 19, 2011, at 23:11, Mr. Puneet Kishor wrote: > So, I first installed Macfuse (on Lion) and then sshfs and sshfs-gui from > Macports. Quickly realized that Macfuse is hopelessly outdated. Following the > suggestion at [https://trac.macports.org/ticket/30639], I uninstalled Macfuse > and

Re: Howto install tomcat6

2011-09-20 Thread Mr. Puneet Kishor
Sebastian, Check the email archives from a few days ago... I had the same problem, and it was easy to fix. See [https://trac.macports.org/ticket/30448]. Use the following command -- $sudo port install tomcat6 build.asroot=yes On Sep 20, 2011, at 3:44 AM, Sebastian Mohr wrote: > Hi again, > >

Re: Howto install tomcat6

2011-09-20 Thread Sebastian Mohr
Hi again, maybe interesting to mention is the output of the end of the log file: Log for commons-fileupload is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_commons-fileupload/commons-fileupload/main.log [...] :debug:build Executi

Howto install tomcat6

2011-09-20 Thread Sebastian Mohr
Hi there, Sorry ... this might be a newbie question. I am trying to install Tomcat 6 based on this tutorial with MacPorts 2.0.3 on Leopard 10.5.8: http://mikevalentiner.wordpress.com/2009/01/30/how-to-install-and-run-tomcat-on-macos/ When trying to install Tomcat 6 via "sudo port install tomcat6