"Too" fixed...
Nov. 15th, 2001 01:26 pmOne item that escaped my notice when I superglued the camera sprocket drive to the film advancing mechanism is to make sure I don't apply so much superglue as to make the sprocket drive release inoperative.
It is now superglued in place, which means that rewinding exposed film will require a trip to a dark room (not necessarily a darkroom), or I will have to carry around this special lightproof bag I acquired a long time ago, which has holes for your arms and allows you to perform minor tasks - such as photographic film changes - in complete darkness.
* * * The PHP that was installed on the shop's Linux box was apparently precompiled to not work with MySQL. When I attempted to install the PHP sources from the RedHat distribution's CD disk, my frustration level climbed rather sharply.
RedHat manages the distribution and installation of binary and source packages with a program called rpm. The following command line is supposed to install the files inside of the .rpm file specified at the end of the line:
The "-h" parameter merely prints out "#" characters as it unpacks the archive.
When I then try to form a query regarding the freshly installed package, it tells me the package is not installed. Go figure.
I cannot shake this idea that I'm missing something really, really simple... (and as I sit here at home typing this, I think I may have an inkling of what it may be... I'm off to check it out!)
Cheers...
It is now superglued in place, which means that rewinding exposed film will require a trip to a dark room (not necessarily a darkroom), or I will have to carry around this special lightproof bag I acquired a long time ago, which has holes for your arms and allows you to perform minor tasks - such as photographic film changes - in complete darkness.
RedHat manages the distribution and installation of binary and source packages with a program called rpm. The following command line is supposed to install the files inside of the .rpm file specified at the end of the line:
rpm --install -h php-4.0.4pl1-9.src.rpm
The "-h" parameter merely prints out "#" characters as it unpacks the archive.
When I then try to form a query regarding the freshly installed package, it tells me the package is not installed. Go figure.
I cannot shake this idea that I'm missing something really, really simple... (and as I sit here at home typing this, I think I may have an inkling of what it may be... I'm off to check it out!)
Cheers...