Author Topic: Problem with ssdp script.  (Read 1606 times)

0 Members and 15 Guests are viewing this topic.

Offline KryDos

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
  • Software Engineer, Emacs uesr
    • View Profile
Re: Problem with ssdp script.
« Reply #15 on: March 01, 2015, 07:36:36 am »
do you see this awesome RED line? It means that symlink is wrong.

How you didn't notice error that symlink already exist when you executed ln -s command?

You need to:
- remove wrong symlink
- create new one again.
« Last Edit: March 01, 2015, 07:36:53 am by KryDos »

Offline UndyingHippocracy

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: Problem with ssdp script.
« Reply #16 on: March 01, 2015, 07:43:54 am »
ok so...




Offline KryDos

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
  • Software Engineer, Emacs uesr
    • View Profile
Re: Problem with ssdp script.
« Reply #17 on: March 01, 2015, 07:49:07 am »
output seems good...

I don't know... try to copy all libpcap files to the ssdp directory.

cp -R /usr/lib/libpcap* <ssdp directory>

Offline UndyingHippocracy

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: Problem with ssdp script.
« Reply #18 on: March 01, 2015, 07:54:26 am »
Now by SSDP directory do you mean the directory for the script?

Offline KryDos

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
  • Software Engineer, Emacs uesr
    • View Profile
Re: Problem with ssdp script.
« Reply #19 on: March 01, 2015, 07:55:07 am »
Now by SSDP directory do you mean the directory for the script?

yep.

Offline UndyingHippocracy

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: Problem with ssdp script.
« Reply #20 on: March 01, 2015, 07:57:41 am »
Ok so what would that be, the script is in "cd ~"


Offline KryDos

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
  • Software Engineer, Emacs uesr
    • View Profile
Re: Problem with ssdp script.
« Reply #21 on: March 01, 2015, 07:58:19 am »
Ok so what would that be, the script is in "cd ~"

cp -R /usr/lib/libpcap* ~/

Offline UndyingHippocracy

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: Problem with ssdp script.
« Reply #22 on: March 01, 2015, 08:02:50 am »
And...

Offline KryDos

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
  • Software Engineer, Emacs uesr
    • View Profile
Re: Problem with ssdp script.
« Reply #23 on: March 01, 2015, 08:31:09 am »
Now it seems like magic...

I found this in google:
yum install gcc libcap libpcap libpcap-devel

try to execute this command

Offline UndyingHippocracy

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: Problem with ssdp script.
« Reply #24 on: March 01, 2015, 06:38:00 pm »
Ok: