Error during command authentication.

Error - unable to initiate communication with LISTSERV (errno=10061, phase=CONNECT, target=127.0.0.1:2306). The server is probably not started. LISTSERV - MACSCRPT Archives - LISTSERV.DARTMOUTH.EDU

On Mar 13, 2012, at 8:34 PM, Nobumi Iyanaga wrote:

> Hello,
> 
> This is again a question related to my recent upgrade to Lion.
> 
> I have used to develop tiny applications with AppleScript Studio in Tiger days (I created two applications which were essential for me). But very stupidly, I had built them for PPC only. Now, I discover that they no longer work on Lion...!
> 
> Fortunately (perhaps...?), I still have an environment of OS 10.4.11, with Xcode 2.5, and my old projects. Is it possible for me to build these projects as Universal binaries, using Xcode 2.5? What should I do to achieve this?
> 
> Thank you very much in advance for any insight.
> 
Pure applescript or are there Obj-C elements.

If it is pure applescript just build against the 10.4u sdk and set the build to PPC and i386 and it shouldn't be a problem.  This might even be enough if you have compiled elements.

-Mark