ActiveState Community

Suse / OpenSuse

Compiled programm is not able to load DBIx::Class::Core at runtime

Dear,

I get an error usinge the following combination:

  • SLES10 SP2 2.6.16.60-0.27-xenpae
  • ActivePerl 5.10.0 (Binary build 1003 [285500], i686-linux-thread-multi)
  • PerlApp 7.2.0 build 284799
  • If i run the compiled program, I get the following error
    wagner@netdev:~/MyApp> ./getswitches
    DBIx::Class::Schema::throw_exception(): Can't locate DBIx/Class/Core.pm in @INC (@INC contains: lib) at /Class/C3/Componentised.pm line 126.
    at perlapp line 639

    can't run komodo 4.4

    adremja@linux-cu9m:~/Komodo-Edit-4/bin> komodo
    Cannot find mozilla runtime directory. Exiting.

    I'm using OpenSUSE 11 and FF 3. I didn't have this problem with OpenSUSE 10.3, FF3 and Komodo 4.3.

    DBD:ODBC + ActivePerl

    Hi,

    I have been looking at a problem one ouf our customers was having using ActivePerl to connect via DBD:ODBC to our SQL Server driver on Linux. After investigating, the problem seems to be that the version of iODBC you have built your distribution with expects the W (wide) functions (SQLDriverConnectW, SQLConnectW) to use four byte unicode. Unfortunatly that will fail with just about every ODBC driver out there that exports the W functions, as most of those will expect 2 byte wide characters, just the same as on Windows

    Komodo 4.3.2 segfaults in context.rb:51

    I'm using Komodo 4.3.2 debugging ruby code under Linux. When I start the session, Komodo displays "Debugger is starting..." waits a bit then I get the SEGFAULT in context.rb:51 message.

    If I do nothing but hit F9 again with no changes to anything including my code, it may work. Other times, it will hit my first break point then crash with the same message. Again, no changes just retrying to debug.

    I'm using a single core machine on Suse 10.3 2.6.22

    Thanks in advance for any advice
    --Terry

    Unaligned access problem in Suse10-64-bit (HP-ia64 architecture)

    hi ,
    I am trying to port the activetcl8.4 (which was installed on 32-bit SuseOS ) onto to HP-ia64. I used the source code provided with the tcldevkit. When i am trying to run my application on this ActiveTcl , it is giving the following warning:
    "wish(2646): unaligned access to 0x600000000059863c, ip=0x2000000000d310f0"
    It seems like a memory access problem.

    How can avoid this warning?

    Thanks

    4.2 bugs and feature requests

    (I'm currently using Komodo 4.2 Beta 6 on SuSE linux 10)

    I've been using Komodo Edit and IDE for about a month now at work, while learning Expect/Tcl at the same time, and I really like the product. However, there's a few things I noticed:

    1. Syntax-checking breaks (says 'in progress' forever) if I accidently put variable names in an if-statement with no preceding '$' (Problem is in both 4.1 and 4.2 Beta 6):

      set test 1
      if { test } {
         return 0
      }

    Komodo close when modify a snippet

    Hi there...

    I'm trying Komodo 4.1 on Suse Linux.
    I don't know what is wrong, but after I modify a snippet from the toolbox, the program is closed suddenly. What is happening?

    In other programs, when I write a HTML tag like "a", the system insert the other tag automatically ("/a"). Does Komodo can do this?

    Thanks a lot...

    Rodolfo Mecalco.

    Tk widgets : -tile not working

    I'm running ActivePerl build 820 on Suse Linux.

    I'm trying to use the "-tile" option. This works fine on a none-ActiveState perl I also have on my machine, but fails with ActiveState perl.

    This small example shows the problem:


    use Tk;
    print "PerlTk : $Tk::VERSION ($Tk::platform)\n";

    my $top = new MainWindow;
    $top->geometry("300x300");
    my $p=$top->Photo(-file => Tk->findINC("Xcamel.gif"));
    my $f = $top->Frame(-tile => $p)->pack(-fill => "both", -expand => 1);
    MainLoop;

    on ActiveState perl it bombs out with

    Komodo Python >>Interact console with Readline

    Why Komodo Python Interact does not support Readline?? if I try to load I get an error saying invalid syntax.

    readline is really helpfull!.

    Thanks

    Komodo not starting on SLES 9 (libpangocairo?)

    I'm installing Komodo for a developer in my group who purchased a license. We run stock SLES 9 SP 3. I'm getting a weird error and can't quite track down what's causing it:

    ::error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

    Extensive googling returns nothing. Does anyone know where I can get a copy of libpangocairo for SLES 9? Thanks.