Click to See Complete Forum and Search --> : Apache 2 and DB problem


mesh2005
01-17-2006, 09:03 AM
i use Fedora 4, Apache 2 and Berkely database
i have a perl script running on Apache 1.1.34 uses a DB file
i tried to move this script to Apache 2 but i got the following error when i tried to run the script:
CAN'T OPEN file.db "Inappropriate ioctl for device"
what does it mean?
the script tries to open the database file....
i hope you can help
thanks
Amir

dr_te_z
01-18-2006, 03:02 AM
What FS? Could be this?:http://www.sleepycat.com/docs/ref/build_unix/linux.html The "POSIX semantics" thing.

mesh2005
01-19-2006, 08:56 AM
thanks for your reply
i don't think that POSIX is the reason because i have another system running the same script normally and this system has the same configuration of my new system except it uses Apache 1.3.34 not Apache 2
i hope you can help
thanks

mesh2005
01-26-2006, 07:21 AM
i solved it!! i upgraded the Berkely database to the latest version and it worked!
thanks