Hello!
I installed ActivePerl5.10 on a test machine.
The machine runs a RHEL5 clone (scientific linux 5.3).
My idea was to have an OS independent perl for my
Request Tracker installation (http://www.bestpractical.com/rt/),
because the RT needs a lot of perl modules in very recent version
and this sometimes is in conflict with the os version
So is set the path variable, and the ActivePerl binery is found
by the configure script, but when i start the "make test"
I get:
/opt/ActivePerl-5.10/bin/perl: symbol lookup
I support a website written in Tcl which displays data in Traditional Chinese (big5). We then have a Java servlet, using the translation code from mandarintools.com, to translate the result of a page request into Simplified Chinese. The conversion as specified to the translation code is from UTF-8 to UTF-8S; Java is apparently correctly translating the data to UTF-8 as it comes in.
When running "Check Configuration" after installing on Fedora 11 with Firefox 3.5 beta Komodo can't check syntax and debugging status because of the version of libfreebl3.so shipped with Komodo is too old for Firefox 3.5 beta.
To fix this copy the newer version from /lib/libfreebl3.so to /Komodo-install-path/komodo-IDE-5/lib/mozilla/libfreebl3.so
Hi All,
I need to get code coverage metrics for a set of TCL scripts.
TCL Debugger shipped as part of TDK supports coverage information collection/exporting.
But: it's possible to do that only using GUI. Meanwhile I have huge set of scripts (more than 1000) and I am using testing framework to run them.
I have not found any information about batch mode for coverage in documentation.
What I need is to make my script connect to a debugger, to start and to run without any breakpoints and by the end of the session export coverage information.
Hi, I'm having some trouble with the remote xdebug. I'm not certain if I have everything set up correctly. When I type in php -m in the command line I receive this:
discoup9@discountnwa.com [~/public_html]# php -m
Failed loading /usr/local/Zend/lib/ZendExtensionManager_TS.so: /usr/local/Zend/lib/ZendExtensionManager_TS.so: cannot open shared object file: No such file or directory
[PHP Modules]
bcmath
bz2
calendar
cgi-fcgi
ctype
curl
date
dom
exif
filter
ftp
gd
gettext
hash
iconv
imap
json
libxml
mbstring
mcrypt
mhash
mime_magic
mysql
mysqli
openssl
pcre
pgsql
I'm working on an extension. I'm trying to get Komodo to work with gdb to debug C++ applications. It's still a work in progress and a lot is not implemented but I've stumbled upon a very undescriptive error and I am struggling to find the exact cause.
I use a macro with the following code to initiate debugging:
try {
function CppApplication(cppsession) {
this.currentSession = null;
this.interactiveHandler = null;
this.uuid = "";
this._uiManager = null;
this._sessions = [cppsession];
}
I recently updated my OS to Fedora 10 and the latest Komodo Edit 5.1.0 build 3284 platform linux-libcpp6-x86_64. I never had this problem in the past, but every time I tried to open up a remote file, it refuses and with javascript error message: Error : 'No such component '@activestate.com/koFTPConnection;1''. With that, I could not open any file on my remote server.
Could anybody help me on this issue? I have essentially no knowledge on javascript and eager to make it work.
Every time I exit Komodo, it crashes. It does so whether I use File->Quit or close the main window. It did this in both 5.0.2 and now 5.1.0. Removing my profile (~/.komodoide) makes no difference. Running komodo -v produces the following:
/opt/Komodo-IDE-5.1.0/lib/mozilla/python/komodo/twisted/cred/identity.py:23: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5, types, sys, warnings
[2009-03-26 06:47:03,068] [ERROR] KoObserverService:
Traceback (most recent call last):
I've been running the latest Komodo 5 app for some time. Today it slowed down considerably and I noticed it was using over 900M of RAM. I quit the app and attempted to restart it. Currently, it hangs on startup and I see this in the pystderr.log:
ERROR: KoObserverService:
Traceback (most recent call last):
File "/uhome/pschwartz/Komodo-IDE-5/lib/mozilla/components/koObserverService.py", line 49, in __init__
osSvc.addObserver(self._nsIObserver, 'xpcom-shutdown', 1)
File "", line 3, in addObserver
Exception
Hello,
Is there a way to update DynaLoader.pm from ActivePerl 5.10.0 from 1.0801 to 1.0802 (the version used in PDK) ?
I run normally my script using ActivePerl.
When I compile it using perlapp I receive no warnings.
When I execute compiled script I receive this error :
[myname@MyOS perl.db]$ ./demo
DynaLoader object version 1.0801 does not match $DynaLoader::VERSION 1.0802 at /DynaLoader.pm line 99.
BEGIN failed--compilation aborted at /DBI.pm line 157.
BEGIN failed--compilation aborted at demo.pl line 1