New topic: Turing on CGI in Mac OSX 10.7
<http://forums.realsoftware.com/viewtopic.php?t=45140> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message JohnV Post subject: Turing on CGI in Mac OSX 10.7Posted: Mon Aug 27, 2012 6:08 pm Joined: Sun Jan 28, 2007 2:38 pm Posts: 124 It's not exactly a real studio question but I assume someone else's encountered it. I have been running very well on Mac OS X 10.6. But we have a shiny new server. (not going to 10.8 until the VNC "black screen bug" is fixed) Now we have moved to 10.7. I managed to traverse all the movements of files and locations and the elimination of the /sites directory. Now when I call my app I get something that looks like this: !/usr/bin/perl -w use constant TYPE_VALUE => 0; use constant TYPE_STRUCT => 1; use constant MAX_CHUNK => 65000; use constant PACK_KEY => 'V'; use strict; my @required_modules = ('IO::Socket','File::Basename','Cwd \'abs_path\''); our $is_windows = ($^O eq 'MSWin32'); if ($is_windows == 1) { @required_modules = (@required_modules,('Win32','Win32::Process','Win32::File','Socket qw(:DEFAULT :crlf)','CGI qw(:standard)')); } I assume this is because CGI support is not turned on in 10.7. If I'm wrong please let me know or can anyone tell me where/how do I turn on CGI support? Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml rbforumnotifier@monkeybreadsoftware.de