fedora and generally where mysql is installed in a subdirectory in the
libpath
Version 0.72p1 is a bugfix/maintenance release of version 0.72.
It is the first bugfix/maintenance release in that series.
- Fixes:
- * Fixed notify bug that caused the chat system to crash [AEJ]
-
& 0.72
CobraMUSH Version 0.72
This is a list of changes in CobraMUSH that could be of
nm_opt='-B'
+
+# sometimes mysql might be found in an actual mysql
+# subdirectory in the library path.. We'll need to
+# check for that
+
+if [ -d /usr/lib/mysql ]; then
+ ldflags='-L/usr/lib/mysql'
+ elif [ -d /usr/local/lib/mysql ]; then
+ ldflags='-L/usr/local/lib/mysql'
+fi
+
+
echo "I suggest using sysmalloc when you edit options.h."