| Hi there!
I'm having a problem with httrack in PCLinuxOS.
I get "Segmentation fault" when i try to mirror the site. Here is the output:
[name@localhost ~]$ httrack
Welcome to HTTrack Website Copier (Offline Browser) 3.43-7+libhtsjava.so.2
Copyright (C) Xavier Roche and other contributors
To see the option list, enter a blank line or try httrack --help
Enter project name :Google
Base path (return=/home/name/websites/) :
Enter URLs (separated by commas or blank spaces) :www.google.com
Action:
(enter) 1 Mirror Web Site(s)
2 Mirror Web Site(s) with Wizard
3 Just Get Files Indicated
4 Mirror ALL links in URLs (Multiple Mirror)
5 Test Links In URLs (Bookmark Test)
0 Quit
: 1
Proxy (return=none) :
You can define wildcards, like: -*.gif +www.*.com/*.zip -*img_*.zip
Wildcards (return=none) :
You can define additional options, such as recurse level (-r<number>), separed
by blank spaces
To see the option list, type help
Additional options (return=none) :
---> Wizard command line: httrack www.google.com -O
"/home/name/websites/Google" -%v
Ready to launch the mirror? (Y/n) :y
Segmentation fault
What should i do? | |