site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rrrWeSHh4OYt7A0BDcKFdkS9l2clxKkgSi1TOE+x4h7O563tq0SxmbjYJ1Q/MuLDDlGJzEQtxAYOOw5CZUrD9vYdejTjLdK+SOjELI10Vfr6dUOJbekEc31JUA0niz8xgiQd+ggBWaiBPPgZjxtphDdcVZ5AH6sWiGouFFNQKDY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UWrzJm6ujvRKkBiY3/j90nlkWdjpSMNmY3srxaIwsonKx9sTCGuu3zJw749NhmIYcxsLtZbKenaDNylxYa8Iq/EwaSkCYolqwHENBAK0T0NPamLRzJ2npjxhi8sLS4IEAcQ8KQeBWxXyLOA97h9SmRDOG1R0E3fCJDxTV0FzLkc= My problem seems to be solved... following instructions I did: $ sudo perl -MCPAN -eshell cpan> look HTML::Tagset $ perl Makefile.PL $ make that seemed to work ok. But trying to install LWP still seemed not to work: $ sudo perl -MCPAN -eshell cpan> install LWP generated error messages. So back to: $ sudo perl -MCPAN -eshell cpan> look LWP $ perl Makefile.PL $ make which seemed to work! But the cgi script I was writing still couldn't find LWP::UserAgent. I looked at the script error message more closely and saw the directories it was looking in were different from where cpan installed the module (~/.cpan/build/libwww-perl-5.808/lib). So I copied the cpan-installed LWP directory into /Library/Perl, and now it all works. I also installed the BSD SDKs from the Mac OSX install CD. I don't know if that would have avoided the problem from the beginning... Thanks a lot, I am most grateful for the help Ako On 8/6/07, Charles Bailey <bailey.charles@gmail.com> wrote:
On 8/5/07, akobuije chijioke <akobuije@gmail.com> wrote:
------------------------
Writing Makefile for HTML::Tagset -- NOT OK Running make test Can't test without successful make
That's an odd-looking progression. In order to get a (possibly) more informative error message, try this
$ /usr/bin/cpan # Fire up the cpan shell cpan> look HTML::Tagset # Shell out to the HTML::Tagset build directory $ perl Makefile.PL # Generate a Makefile $ make # and use it to build the module
If it fails, please send the error message(s), and we can try to figure out what's happening.
-- Regards, Charles Bailey Lists: bailey _dot_ charles _at_ gmail _dot_ com Other: bailey _at_ newman _dot_ upenn _dot_ edu
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com