On Wed, 07 Jun 2000,  Sheikh Nauman ul-haque wrote about,  ftp and QT problem:
> Hi,
> First if some one could please tell me if there is any ftp client for console that 
>can go through ftp proxy, because my isp's downloads without using its ftp proxy is 
>just unbareable.

Would you please set your editor or mailer to line wrap, your lines are way
to long. (makes for "hard reading").

lynx when configured for proxy will do what you require.

>  
> ###1### Any console ftp client that can use proxy

As per above and another is 'wget' i have never used it but in its manual
page it does say "proxy" is supported.

>  
> Secondly whenever I try to compile the software for KDE I get this perticular error, 
>if some one could please help me,
> checking for connect...yes
> checking for remove... yes
> checking for shmat... yes
> checking for killpg in -lucb... no
> checking for QT... configure: error: QT-1.3 (headers and libraries) not found. 
>Please check your installation!
>  
> where as I have qt 1.44 and qt 2.0.1 installed, is it that this perticular software 
>needs qt 1.3? which is an older version? This error is given by the series of KDE 
>software like ksendmail and kzilla.

Normally speaking a higher version number should be ok, the script should
check only to see if the version used is LOWER, in which case the above
error would be printed.
I belive in this case it a question of "cat find them" as suggested in the
error message.

Possably you have them installed somewhere other than the ./configure
script used is looking for them.
./configure --help
Should show HOWTO to configure where to look for them.
A possable example for the command would be;

./configure --with-qt-dir/opt/kde --with-qt-includes/usr/include \
        --with-qt-libraries/usr/lib
{NOTE the "\" breaks up the line, dont use it, type everything on one line.}
{NOTE2 substitute the dirs for your own.}

I belive you can also set those options in your enviroment.
export QTDIR=/usr/lib/qt


>  
> ###2### QT problem
>  
>  
> If some one could help me out with these problems please..
> thank you
> Sheikh Nauman-ul-Haque

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to