mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] dw_dev 2009-06-25 03:26 pm (UTC)

For Ubuntu/Debian systems, you don't want make/make install. You want dh-make-perl. The easiest way of doing this whole process is,

(as root)

# perl -MCPAN -e shell
> look Net::OpenID::Consumer
# dh-make-perl --build
# mv ../*.deb /root
# exit
> look Net::OpenID::Server
# dh-make-perl --build
# mv ../*.deb /root
# exit
> exit
# cd /root
# dpkg -i libnet-openid-*.deb

Or something like that. Then you end up with package files. Sorry this isn't very verbose, I'm about to run to work. But dh-make-perl is the clue, and there is plenty of information online on how to build packages out of Perl modules on Ubuntu/Debian.

Post a comment in response:

If you don't have an account you can create one now.
No Subject Icon Selected
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org