I am trying to build DB_File perl module on a AIX box. I have built and install BerkeleyDB 4.8, it is installed at /usr/local/BerkeleyDB. When I attempt to build the module, this is what I receive.
A lot of information is available about individual files on a Unix system. For example, the ls -l command will display the permissions matrix and ls -i will display a file’s inode. But, if we want to ...
Basically, I have a php script that generates a web page, and I would like to send its output to a file (say, index.html).<BR><BR>The problem is that php only runs as user nobody, and I can't have ...
There are a lot of really nice scripting languages available to Unix admins, but Perl is still one of my favorites for doing any work that involves regular expressions — any text that you can describe ...
As systems get larger and the number of users they support increases, it becomes more difficult to manage systems using only the old-fashioned UNIX /etc/passwd file. A common solution to this problem ...
While Perl and Python are two different programming languages, Python has the ability to execute Perl scripts through a built in function. Since Perl and Python are designed for different programming ...
In the December 2000 issue of Linux Journal, I reviewed the latest edition of the classic Perl text: Programming Perl, 3rd Edition (or The Camel for short). In that review, my advice to new Perl ...