[imp] oracle table definitions for imp 2.3.x?
Anil Madhavapeddy
anil@recoil.org
Mon, 20 Aug 2001 21:16:05 +0100
On Mon, Aug 20, 2001 at 04:10:16PM -0400, Liam Hoekenga wrote:
>
> mysql> CREATE TABLE user_webmail_prefs ( uid char(32) not null,
> pref_name char(32) not null, pref_valuetext null,
> primary key (uid, pref_name));
>
> Oracle doesn't want to let me use uid as a field name.
Is 'uid' a reserved word in Oracle?
> esperanto% cd /usr/local/build/php-4.0.7rc1/
> esperanto% ./buildconf
> rebuilding main/php_config.h.in
> ./aclocal.m4:943: error: m4_defn: undefined macro: _m4_divert_diversion
> ./aclocal.m4:472: PHP_SUBST is expanded from...
> ./aclocal.m4:943: the top level
> autoconf: tracing failed
Sounds suspiciously like you are not using GNU m4.
You need either GNU m4, or one with GNU-compat options,
such as the OpenBSD m4.
Anil