Q Light Controller on Puppy.....

Using applications, configuring, problems
Post Reply
Message
Author
kjacobs
Posts: 61
Joined: Thu 20 Nov 2008, 06:39

Q Light Controller on Puppy.....

#1 Post by kjacobs »

I am trying to get the Q Light Controller software running on Puppy Precise 5.4.3 and having no luck. It is available in a .deb file for ubuntu, appears to install just fine....but does not run at all.

Curious what I am missing here???? Or has anyone else had luck with this.....I am finding quite a few ubuntu programs that do not run on precise or require a lot of tweaking to get going. Thanks.....

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

KJacobs- which interface are you using? Run this from a console and dump the output:

Code: Select all

ldd /usr/bin/qlc

kjacobs
Posts: 61
Joined: Thu 20 Nov 2008, 06:39

#3 Post by kjacobs »

I am using a Entec Open interface, however I cannot even get QLC to start. Here is the dump.....does this look like QT is missing????

ldd /usr/bin/qlc
linux-gate.so.1 => (0xffffe000)
libqlcengine.so.1 => /usr/lib/libqlcengine.so.1 (0xb76d0000)
libqlcui.so.1 => /usr/lib/libqlcui.so.1 (0xb751d000)
libQtXml.so.4 => not found
libQtGui.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/libpthread.so.0 (0xb74f2000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb740d000)
libm.so.6 => /lib/libm.so.6 (0xb73e0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb73c2000)
libc.so.6 => /lib/libc.so.6 (0xb7218000)
libQtXml.so.4 => not found
libQtCore.so.4 => not found
libX11.so.6 => /usr/lib/libX11.so.6 (0xb70e3000)
/lib/ld-linux.so.2 (0xb7772000)
libQtXml.so.4 => not found
libQtGui.so.4 => not found
libQtCore.so.4 => not found
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb70c2000)
libdl.so.2 => /lib/libdl.so.2 (0xb70bc000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb70b8000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb70b1000)

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#4 Post by Semme »

Installing libqt4-core should take care and handle those loose ends. DO install..

If you manage, there's a note about Enttec widgets here under tips & tricks.

kjacobs
Posts: 61
Joined: Thu 20 Nov 2008, 06:39

#5 Post by kjacobs »

OK....i installed the libqt4-core and then tried to run QLC again......still no luck. Here is the new dump.....something is still missing, but its getting closer.

ldd /usr/bin/qlc
linux-gate.so.1 => (0xffffe000)
libqlcengine.so.1 => /usr/lib/libqlcengine.so.1 (0xb766e000)
libqlcui.so.1 => /usr/lib/libqlcui.so.1 (0xb74bb000)
libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0xb747a000)
libQtGui.so.4 => not found
libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb718e000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7173000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb708e000)
libm.so.6 => /lib/libm.so.6 (0xb7061000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7043000)
libc.so.6 => /lib/libc.so.6 (0xb6e99000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb6d65000)
libQtGui.so.4 => not found
libz.so.1 => /lib/libz.so.1 (0xb6d4e000)
libdl.so.2 => /lib/libdl.so.2 (0xb6d49000)
librt.so.1 => /lib/librt.so.1 (0xb6d40000)
libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0xb6c47000)
/lib/ld-linux.so.2 (0xb7710000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb6c26000)
libpcre.so.3 => /lib/libpcre.so.3 (0xb6be9000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6be5000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6bde000)

kjacobs
Posts: 61
Joined: Thu 20 Nov 2008, 06:39

#6 Post by kjacobs »

AHA! Now its working.....I installed the libqt4-gui and it came right up once everything was done. Thanks for the help getting this rolling. Now to see how it runs in puppy.........

Ken

Post Reply