Re: Proper installation path of GDBM on Windows Programming Databases by dellat …; /* Protection for multiple includes. */ #ifndef _GDBM_H_ #define _GDBM_H_ #include <gdbm-dll.h> ... ... GDBM_DLL_IMPEXP void gdbm_close __P((GDBM_FILE)); GDBM_DLL_IMPEXP int…__P((GDBM_FILE, datum, datum, int)); ... ... Why does it looking for gdbm-dll.h? Sorry, I mistakenly wrote in prev msg that… Proper installation path of GDBM on Windows Programming Databases by dellat … download a setup.exe for GNU database library GDBM. It's going to be installed in C…what is the right path for GDBM on windows. I used GDBM on Linux and compiled and linked ….c file to GDBM library in the following way; gcc mygdbmprog.c… I want to build and link program to gdbm library on windows. Do I need to install … Re: Proper installation path of GDBM on Windows Programming Databases by LastMitch >Could you please tell me what is the right path for GDBM on windows. It really self-explanatory http://gnuwin32.sourceforge.net/install.html What did you do? >Do I need to install it in root (C:)? Yes, it's usually in the **C drive** but if you have **D drive** you can installed it if you don;t have a **C drive** perl codes Programming Software Development by lina20 ….mg}"} ]; my $infodbtype_list = [ { 'name' => "gdbm", 'desc' => "{mkcol.infodbtype.gdbm}"}, { 'name' => "sqlite", 'desc….infodbtype}", 'type' => "enum", 'deft' => "gdbm", 'list' => $infodbtype_list, 'reqd' => "no" }, { 'name… Forum works on one server but not the other! Programming Web Development by 4789787 …' '--enable-bcmath' '--enable-calendar' '--with-curl=/usr/bin/curl' '--with-gdbm' '--enable-exif' '--enable-ftp' '--with-gd' '--with-freetype-dir=/usr… America/Phoenix America/Phoenix dba DBA support enabled Supported handlers gdbm cdb cdb_make inifile flatfile dom DOM/XML enabled DOM/XML… Re: MS Access vs. MySQL Programming Databases by liliafan … experiences, I have used dozens of database systems everything from GDBM, to BerkleyDB, from Mysql to Postgres, from MSsql Server to… Re: MS Access vs. MySQL Programming Databases by mnemtsas … experiences, I have used dozens of database systems everything from GDBM, to BerkleyDB, from Mysql to Postgres, from MSsql Server to… Re: Help beta testing new CMS Programming Web Development by digital-ether …=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr… Re: Move server from SUSE E10 to Slackware Hardware and Software Linux and Unix by slacke …][/B] kernel-source [B]Package group [L][/B] db42 db44 gdbm glibc glibc-i18n libusb libxml2 lzo ncurses pcre popt readline… Re: Forum works on one server but not the other! Programming Web Development by MagicMedia TL;DR but a forum requires a database. Did you create a new database before copying your files? If you did, are you sure your connection info is correct and the database is the same? Did you remember the database names, engines, and keys? Re: Forum works on one server but not the other! Programming Web Development by Wraithmanilian #1 - Please use code tags for code. #2 - Please post relevant details, like how it is NOT working. I am not going through that wall of text without knowing what I am looking for in general. #3 - You are not only moving the site from one server to another, but from one server type to another. Your first server, I guess it's your dev server, is your … Re: Forum works on one server but not the other! Programming Web Development by chrishea How about: [LIST]Proper code tags (code=php)to make it more understandable[/list] [list]A better problem definition. Just saying that it doesn't work isn't much to go on[/list] [list]Some effort on your part to identify what is different on the two servers rather than just dumping a bunch of stuff and expecting someone else to figure it out …