BLOG     |     FORUM
Welcome, Guest
Username: Password: Remember me
Issues related to installation, running, bugs, and features.

TOPIC: Installer Package

Re:Installer Package 12 years 11 months ago #473

Is there a way to change where the DB is stored?
The administrator has disabled public write access.

Re:Installer Package 12 years 11 months ago #474

Yes, this doc explains how to change the DB location

unleashnetworks.com/trisulwiki/docs/doku.php?id=howto:movedir


Thanks,
Vivek R
Unleash Networks
Support : www.unleashnetworks.com/forums
The administrator has disabled public write access.

Re:Installer Package 12 years 11 months ago #475

It would be nice if the dependency on libpcap0.8 could be cleaned up in the package. The Trisul package actually breaks apt on ubuntu systems so you can no longer update or install other packages using apt.
The following packages have unmet dependencies:
 trisul : Depends: libpcap0.8 but it is not installed
E: Unmet dependencies. Try using -f.

trisul
  Depends: libncurses5
  Depends: libpcap0.8

Unless you're actually using libpcap0.8, but we can't. Apt is kind of a dumb tool (cause it won't let you install anything if even a single package has an unmet dependency) but it's also the easiest way to keep other system packages patched.
The administrator has disabled public write access.

Re:Installer Package 12 years 11 months ago #476

We are not using libpcap0.8, the build machine (also Ubuntu 10.04) pulled in 0.8 when we said apt-get install libpcap-dev. On the build machine libpcap0.8 is just a symlink to libpcap1.0, but the deb-build tools pick up 0.8 and automatically use that version as the dep. But this is easy to fix.

Can you tell me what version of libpcap package (if any) is on your machine ?
dpkg -l libpcap*


(I hope it is 1.0.x because then it would be easy for me to fix the deps.
Vivek R
Unleash Networks
Support : www.unleashnetworks.com/forums
The administrator has disabled public write access.

Re:Installer Package 12 years 11 months ago #477

vivek [unleash] wrote:
Can you tell me what version of libpcap package (if any) is on your machine ?
dpkg -l libpcap*


(I hope it is 1.0.x because then it would be easy for me to fix the deps.

1.1.1

It's not a pre-built package. I build libpcap by hand because I need the latest version and I need to compile it against the Dag libraries.
The administrator has disabled public write access.

Re:Installer Package 12 years 11 months ago #478

Can you consider this "workaround" ?

Just install libpcap via apt-get and symlink the new libpcap.so.0.8 to libpcap.so.1.1.1 (your version with DAG support).

Note that even though the package version via apt-get says it is 0.8 it installs 1.0 and symlinks 0.8 because those two are binary compatible.

Once installed the files in libpcap are :
vivek@vivek-hardy:~/vistafolder$ dpkg --contents libpcap0.8_1.0.0-6_amd64.deb
drwxr-xr-x root/root         0 2010-01-05 06:45 ./
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/lib/
-rw-r--r-- root/root    204128 2010-01-05 06:45 ./usr/lib/libpcap.so.1.0.0
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/share/
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/share/man/
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/share/man/man7/
-rw-r--r-- root/root      9336 2010-01-05 06:45 ./usr/share/man/man7/pcap-filter.7.gz
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/share/doc/
drwxr-xr-x root/root         0 2010-01-05 06:45 ./usr/share/doc/libpcap0.8/
-rw-r--r-- root/root      5556 2009-12-12 22:33 ./usr/share/doc/libpcap0.8/changelog.Debian.gz
-rw-r--r-- root/root       281 2009-08-23 23:41 ./usr/share/doc/libpcap0.8/README.Debian
-rw-r--r-- root/root      4482 2008-12-05 00:10 ./usr/share/doc/libpcap0.8/copyright
-rw-r--r-- root/root      8197 2008-10-28 05:57 ./usr/share/doc/libpcap0.8/changelog.gz
-rw-r--r-- root/root      1937 2008-10-23 23:54 ./usr/share/doc/libpcap0.8/README.gz
-rw-r--r-- root/root      2603 2008-10-11 08:12 ./usr/share/doc/libpcap0.8/CREDITS.gz
lrwxrwxrwx root/root         0 2010-01-05 06:45 ./usr/lib/libpcap.so.0.8 -> libpcap.so.1.0.0


We will just fix the so libraries to point to your new version with the DAG support.
Vivek R
Unleash Networks
Support : www.unleashnetworks.com/forums
The administrator has disabled public write access.
Moderators: vivek [unleash]
Time to create page: 0.044 seconds