-
I'm a phpmyadmin newbie and recently installed it using the setup script to build the config file. Copying the previous configuration I made it config based, entered password etc and away we went. After a couple of days I had a query as to why the user wasn't being prompted to login and realised I should have generated a .htaccess/.htpasswd pair for the phpmyadmin directory. The setup tool...
2008-10-08 07:56:41 UTC in phpMyAdmin
-
The fix for this is:
In xbtypes.h the final few lines for 64 bit file processing should precede the final #endif, not as at present follow it. I.e. move the final #endif to be the last line of the file.
2008-02-07 20:59:06 UTC in Xbase (formerly XDB) - Xbase compatible
-
The fix for this is:
In xbtypes.h the final few lines for 64 bit file processing should precede the final #endif, not as at present follow it. I.e. move the final #endif to be the last line of the file.
2008-02-07 20:11:09 UTC in Xbase (formerly XDB) - Xbase compatible
-
Fixed this by adding #include to xbase64.cpp and xblock.cpp
Now get other compile errors I have reported separately.
2008-02-07 19:46:47 UTC in Xbase (formerly XDB) - Xbase compatible
-
Unpack the tar archive do ./configure --without-xbase-locking
the make fails with:
rm -f .libs/xbcdx.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/Volumes/Data/devel/xbase64-3.1.2 -g -O2 -c xbcdx.cpp -MT xbcdx.lo -MD -MP -MF .deps/xbcdx.TPlo -fno-common -DPIC -o .libs/xbcdx.lo
In file included from /Volumes/Data/devel/xbase64-3.1.2/xbase64/xbase64.h:121,
from xbmindex.h:4,
2008-02-07 19:29:52 UTC in Xbase (formerly XDB) - Xbase compatible
-
Unpack tar archive, do ./configure and it fails with:
rm -f .libs/xbase64.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/Volumes/Data/devel/xbase64-3.1.2 -g -O2 -c xbase64.cpp -MT xbase64.lo -MD -MP -MF .deps/xbase64.TPlo -fno-common -DPIC -o .libs/xbase64.lo
xbase64.cpp: In member function 'xbShort xbXBase::LockFile(int, xbShort, xbOffT)':
xbase64.cpp:729: error: 'errno' was not declared in this...
2008-02-07 19:24:41 UTC in Xbase (formerly XDB) - Xbase compatible
-
Contains the line
#defibe locking _locking.
2008-02-07 19:20:57 UTC in Xbase (formerly XDB) - Xbase compatible