LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 04-16-2016, 08:29 AM   #16
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309

since you did not tell the full story again hard to say anything. In general the first configure, make and make install will produce libnet.a. I think that part is ready. Next you need to do the same thing in the other directory. That will create ddosim for you. But I think you copied the sources from libnet to ddosim therefore the original files are lost, overwritten. You need to start over again (from the beginning) using the original source tree.
 
Old 04-16-2016, 10:29 AM   #17
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
love to help you forgive me if I missed it. What flavor of puppy are you using. after that we can start to work on the issue. Because puppy has build scripts built into the distro to build install and make the .pet After you tell me the info I can help you build it and set up a new pet package to help others.
 
Old 04-16-2016, 10:59 AM   #18
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Slacko Puppy 6.3.0
 
Old 04-16-2016, 03:24 PM   #19
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Here is source code.

https://www.dropbox.com/s/nt7y0coeq8....2.tar.gz?dl=0
https://www.dropbox.com/s/vsy0a26hgg...ibnet.zip?dl=0
 
Old 04-16-2016, 06:39 PM   #20
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
ok here is the fix. that code is built against libnet0 you will need this older package. uninstall the slackbuild one if you have it installed.
down load this tar. http://old-releases.ubuntu.com/ubunt...2a.orig.tar.gz
extract the tar cd 'change directories libnet0_1.0.2a.orig
Code:
run  ./configure --prefix=/usr --libdir=/usr/lib or for 64 bit ./configure --prefix=/usr --libdir=/usr/lib64
then make
then run this command
  new2dir make install
after step 5 for press any key. then press enter until the gui then generate a package data base entry
then close that window then press enter.
now click the pet package and install it.
here is where the 1.0.2 is broke you will need to manually copy the
Code:
cp  libnet0_1.0.2a.orig/libnet-config /usr/bin/
then now

now extract ddosim-0.2.tar.gz cd ddosim-0.2
and again
Code:
./configure --prefix=/usr --libdir=/usr/lib or for 64 bit ./configure --prefix=/usr --libdir=/usr/lib64
then make
then run this command
  new2dir make install
now click the pet package and install it you are all done.
That old code was written for that libnet-1.0.2 it has different calls from 1.1.16 have fun.
always remember to run ldconfig after you install something it may not be in the install script.
remember if building in puppy 64 bit the ./configure --prefix=/usr --libdir=/usr/lib64
because it may go to /usr/lib and in puppy 64 bit. the /etc/ld.so.conf does not have the /usr/lib or /usr/local/lib on it.

Last edited by Drakeo; 04-16-2016 at 06:43 PM. Reason: /usr/bin
 
Old 04-16-2016, 06:54 PM   #21
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
It did not make a pet package.

I stopped at that point.
 
Old 04-16-2016, 07:04 PM   #22
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I figure out how to make the pet.
 
Old 04-16-2016, 07:12 PM   #23
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
SOLVED

Thanks a lot.

Got a running program.

Now to figure out how to run it.

Last edited by Fixit7; 04-16-2016 at 11:02 PM.
 
Old 04-16-2016, 10:56 PM   #24
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Well I am glad you got it going mark it solved. or search around see who is keeping that code up for the newest libnet filters
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ifconfig experts needed johnitravolta Linux - Networking 4 08-24-2014 05:47 PM
HD hardware failure, dd experts needed. Linux.tar.gz Linux - Hardware 6 12-29-2013 07:31 PM
[SOLVED] Calling all experts... NDISWRAPPER help needed! lpshark Linux - Wireless Networking 14 03-30-2007 01:38 PM
Makefile help from experts needed markelo Programming 0 07-23-2006 01:13 PM
awk experts help needed ferreirafm Linux - General 2 07-28-2004 08:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 03:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration