ActiveState Community

Red Hat / Fedora Core

Project 'Import From Filesystem' always grayed out?

I create a new Project and give it a new filename. The "Import from filesystem" menu under Projects is grayed out. The submenu under Projects|projectname does not have an "import..." option, and neither does the Projects pane context menu for my project. The project seems to be 'Active', since it's the only one I've got open.

What's the trick?

Perforce integration - default clientspec

I'm trying to use Perforce integration with Komodo 4.0.2 on FC4. Komodo finds the correct p4 binary to use, but it seems to only want to load a cleintspec with the same name as my `localhost`. Since I have a dynamic IP/hostname, my p4 clientspec has a different name. Is there any way to force Komodo to use an arbitrary p4 clientspec name?

The error msg displayed is:

-------------------------------------------------------------------
Error 1 running '/auto/tools/bin/p4 fstat -C -P "/auto/home/zaven/.komodoide/4.0/*"':

Open file dialog shortcuts?

I'm using RHEL4. Besides tabbing around to the various controls on the Open File dialog, are there any keyboard shortcuts for going up one directory level, creating a new directory, etc? Navigating this dialog with the keyboard using TAB, Space and Enter is very tedious.

Thanks
Brandon

TclDevKit Install Issue? tbcload unknown when compiling startkit in tclapp

Using my TclDevStudio-Pro license, Ive installed TclDevKit 3.2 and Komodo 3.5 and ActiveTcl 8.4.13.0.261555 on a Fedora Core 6 system.

I have a standalone windows Tcl/TK application that I have developed and built/wrapped with compiled Tcl scripts on Windows -- all with no problems - just Great!!!

Now I'm trying to build the same application on Linux and I have problems.

First, when I check the box to compile tcl scripts in tclapp to build a full standalone executable, and I then wrap the executable, it complains that tbcload is unknown. This is my main show stopper problem.

PHP remote debug - disable initial breakpoint

I'm trying out the Komodo 4 IDE, and I have a php application that sends a request to the server every 2 seconds. Is there any way to tell the remote debugger to break only on breakpoints, rather than at the first line of every file requested?

Install issue: error while loading shared libraries: libstdc++.so.5

I'm trying to install ActivePython on my FC6-64bit box.
I'm getting the following error:
./INSTALLDIR/bin/python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

I believe I have the lib installed, here is a listing from my /usr/lib directory:

@raptor ActivePython-2.4.3.11-linux-libcpp5-x86_64]$ ls -al /usr/lib/libstdc*
lrwxrwxrwx 1 root root 18 Feb 1 07:34 /usr/lib/libstdc++.so.5 -> libstdc++.so.5.0.7
-rwxr-xr-x 1 root root 733456 Aug 21 08:39 /usr/lib/libstdc++.so.5.0.7

komodo-bin: error while loading shared libraries: libpangocairo-1.0.so.0

Hi,

Trying to run Komodo-IDE-4.0.1-274919-linux-libcpp6-x86, I get the folloing error on RH EL 4 (Workstation).

$ komodo
/opt/Komodo-IDE-4.0/lib/mozilla/komodo-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

Where should I get pangocairo for RH? Does it come binary compiled with Komodo? Or perhaps a staticly linked version of komodo can be downloaded from somewhere ?

Thank you,
Maxim.

Komodo Personal Trial install on Linux

Hi!
Error message::
> ./install.sh
./INSTALLDIR/lib/python/bin/python2.4: error while loading shared libraries:
libstdc++.so.5: cannot open shared object file: No such file or directory

Yes I see discussion about libstdc++.so versions in the README:

...
Two packages, based on different C++ libraries, are available for both
Komodo Professional and Komodo Personal:

* The libcpp3 package: built for libstdc++ version 3 (Red Hat 7.x and 8.x)
* The libcpp5 package: built for libstdc++ version 5 (Red Hat 9.x, Red
Hat Enterprise Linux 3, SuSE 8.x and 9.x, Fedora)

Choose the distribution that corresponds to your version of libstdc++.

mod_perl configuration for Komodo Debugging

Hi,

I've got mod_perl installed and running successfully through Apache Web Server and now need to configure Komodo for debugging. The Apache server and mod_perl are running on linux boxes and Komodo is installed on my windows machine.
Remote debugging works successfully, so I know that the linux box can see the windows box using the IP address and Port and send requests appropriately, but it doesn't work when I configure the web server for mod_perl debugging. I followed all instructions from the activestate komodo debugger setup help:

Remote debug problem...

I have downloaded the professional version of Komodo and can successfully debug a remote PHP script via Internet Explorer on my Fedora Core 4 server running Apache. I am accessing it from a WXP pc located within the same network. The problem comes in when trying to debug a different script in the same way, but it is hosted from a seperate Apache listening on port 81.

To summarize, I get success with:

http:www.mysite.com/index.php?XDEBUG_SESSION_START=user1

but not with (note port 81):

http:www.mysite.com:81/index.php?XDEBUG_SESSION_START=user1

Thanks in advance...