Hi, I'm the maintainer of php-net-ipv4, normally the package provides a file IPv4.php in /usr/share/php/Net/ . This file is correctly installed with the package built on my pc : ~$ ls -l /usr/share/php/Net/ total 64 -rw-r--r-- 1 root root 14168 2007-06-12 16:34 IPv4.php -rw-r--r-- 1 root root 29099 2005-08-03 08:27 SMTP.php -rw-r--r-- 1 root root 15357 2005-08-03 08:27 Socket.php
But with the package built on debian servers: ~$ sudo apt-get install --reinstall php-net-ipv4 Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 226 not upgraded. Need to get 2696B of archives. After unpacking 0B of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://ftp.fr.debian.org sid/main php-net-ipv4 1.3.0-1 [2696B] Fetched 2696B in 1s (1779B/s) (Reading database ... 198154 files and directories currently installed.) Preparing to replace php-net-ipv4 1.3.0-1 (using .../php-net-ipv4_1.3.0-1_all.deb) ... Unpacking replacement php-net-ipv4 ... Setting up php-net-ipv4 (1.3.0-1) ... ~$ ls -l /usr/share/php/Net/ total 48 -rw-r--r-- 1 root root 29099 2005-08-03 08:27 SMTP.php -rw-r--r-- 1 root root 15357 2005-08-03 08:27 Socket.php I missed something ? thanks, -- Thierry Randrianiriana -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]