You don't appear to have Wininet installed

somus1735

Member
May 25, 2018
833
0
16
I`m trying to compile xmlrpc-c on Debian Testing using Subsy's Seedbox Setup Guide
Code:
cd xmlrpc-c
./configure --disable-cplusplus
make
sudo make installbut im getting this error
Code:
checking for wininet-config... no
configure: You don't appear to have Wininet installed (no working wininet-config in your command search path), so we will not build the Wininet client XML transport

Code:
configure: You don't appear to have Libwww installed (no working libwww-config in your command search path), so we will not build the Libwww client XML transport
checking whether to build
Libwww client XML transport module... no
 

dsouvik215

Member
May 25, 2018
896
0
16
run the following:
Code:
sudo apt-get install build-essential make gcc autoconf curl libcurl3 libcurl4-openssl-dev
 

somus1735

Member
May 25, 2018
833
0
16
I have those packages install`d
Code:
#apt-get install build-essential make gcc autoconf curl libcurl3 libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
autoconf is already the newest version.
build-essential is already the newest version.
curl is already the newest version.
libcurl3 is already the newest version.
libcurl4-openssl-dev is already the newest version.
gcc is already the newest version.
make is already the newest version.
The following packages were automatically installed and are no longer required:
libglib2.0-dev libglibmm-2.4-dev libxml2-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 

jith45

Member
May 25, 2018
960
0
16
Quote
Code:
configure: You don't appear to have Libwww installed (no working libwww-config in your command search path), so we will not build the Libwww client XML transport
checking whether to build
Libwww client XML transport module... no​

those arent errors, just compile and install, ignoring that
 

somus1735

Member
May 25, 2018
833
0
16
Ok, every thing went without errors.
But rutorrent dosent work it looks like its loading.
I dont have top menu buttons and cant see plugins that are installed.

and got this error
Code:
[07.11.2010 00:14:49] WebUI started.
[07.11.2010 00:14:49] JS error: [http://localhost/rutorrent/ : 402] XML cannot be the whole program
 

jith45

Member
May 25, 2018
960
0
16
Post info that we can use to help you. This isnt magic.

Check your webserver's error log
 

somus1735

Member
May 25, 2018
833
0
16
Thanks for help.
I think something is wrong with my php.
Cant login in http://phpmyadmin/setup and if i try http://localhost/phpmyadmin it is trying to open/save file ??
But i can login in mysql.
I`m googling but with no luck.
This is my apache error.log
Code:
#cat /var/log/apache2/error.log

[Sun Nov 07 23:47:01 2010] [notice] caught SIGTERM, shutting down
[Sun Nov 07 23:47:02 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Nov 07 23:47:02 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Nov 07 23:47:02 2010] [notice] Digest: generating secret for digest authentication ...
[Sun Nov 07 23:47:02 2010] [notice] Digest: done
[Sun Nov 07 23:47:02 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Nov 07 23:47:02 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Nov 07 23:47:02 2010] [notice] Apache/2.2.16 (Debian) mod_scgi/1.13 mod_ssl/2.2.16 OpenSSL/0.9.8o configured -- resuming normal operations
[Sun Nov 07 23:47:45 2010] [error] [client 127.0.0.1] user root not found: /phpmyadmin/setup/
[Sun Nov 07 23:47:53 2010] [error] [client 127.0.0.1] user root not found: /phpmyadmin/setup/
[Sun Nov 07 23:48:09 2010] [error] [client 127.0.0.1] user phpmyadmin not found: /phpmyadmin/setup/
[Sun Nov 07 23:48:15 2010] [error] [client 127.0.0.1] user madone not found: /phpmyadmin/setup/
[Sun Nov 07 23:48:37 2010] [error] [client 127.0.0.1] user mysql not found: /phpmyadmin/setup/
 

somus1735

Member
May 25, 2018
833
0
16
Thanks every one for help.
I finally got it working.

There was only one error an that was ME !

I was starting rtorrent as root and run rutorrent as user. (because i allways use root terminal)

I do have one more question
1. When i open torrent link in firefox how can i select to open with rutorrent ?
So that rtorrent or rutorrrent is my default client.
 

dsouvik215

Member
May 25, 2018
896
0
16
well there is a plugin for firefox....just search the forum.


you could also set up webdav or something.