Stuck Some More

2002-04-26 Thread Ian Phillips
anyone explain what may be going on here? How can I clear the mysqld processes, and restart mysql so that I can use it? Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: New Setup

2002-04-25 Thread Ian Phillips
I now have two mysqld processes running on my server (Freebsd / apache), and no mysql (according to a ps command). What is the safe way to kill these two, and restart mysql? Ian - Original Message - From: Egor Egorov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 24

Remove Mysql: New Setup

2002-04-23 Thread Ian Phillips
on the msyql.org site? Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail

mysqld

2002-04-23 Thread Ian Phillips
I have run mysqld - and it tells me it is ready for connections - what syntax is it looking for? (is it the same as mysql ie commands and then a ';' to finish? Ian - Before posting, please check: http://www.mysql.com

New Setup

2002-04-23 Thread Ian Phillips
'password_obscured' WITH GRANT OPTION; myslqd tells me it's it is ready for input. But I'm not sure what to input? Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

New Setup

2002-04-22 Thread Ian Phillips
- IDENTIFIED BY 'itsmeolord'; This seems strange to me, as I figured that root would have permission to do anything (even if it were 'inappropriate'. Any guidance would be appreciated. Ian - Before posting, please check: http

Re: New Setup

2002-04-22 Thread Ian Phillips
in the user table - however I did find the % mark in the mysql.host table - two records - one for localhost and the other my domain name, and the % mark was in the db column. Ian - Original Message - From: Gelu [EMAIL PROTECTED] To: Ian Phillips [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday

Re: New Setup

2002-04-22 Thread Ian Phillips
Yes - but I haven't got the picture of what you're trying to communicate. I thought I would have to log in as root, to be able to create the user cbaa and allow that user to access the cbaa database. Ian - Original Message - From: ÅÇ´f¼Ù (Borus.Kung) [EMAIL PROTECTED] To: Ian Phillips

New Setup

2002-04-22 Thread Ian Phillips
' | +--- --+ 1 row in set (0.00 sec) Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED

help: I need to check if a connection_id is still alive (for advisory locking system).

2002-03-29 Thread Ian Collins
reinventing the wheel). 3. Is what I am trying to do just plain dumb! Many regards, Ian Collins. System Manager KIWIPLAN NZ Ltd. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

FW: Escape a blob field.....

2002-02-13 Thread Ian Packard
a blob field from a mysql table that had already escaped any illegal charachters, or how can I encode the blob field myself so that the mysql statement I create is valid ??? Thanks in advance, Ian Packard - Before posting, please

mysqlhotcopy in 4.0.1

2002-02-12 Thread Ian Collins
presume (again ??) that the above line is trying to strip out all ../ matches. If so, then wouldn't { $_ !~ m:\.\./: } do just as well? I changed the my @non_raid = grep { $_ !~ m:\d\d/: } @$files; to my @non_raid = grep { $_ !~ m:\.\./: } @$files; and it seemed to fix my problems. Regards, Ian

RE: mysqlhotcopy in 4.0.1

2002-02-12 Thread Ian Collins
OK. By the way - why is it trying to strip 2 digits in a row? I'm sure there was a reason. Cheers, Ian Collins. -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:05 PM To: Ian Collins Cc: Mysql (E-mail) Subject: Re: mysqlhotcopy

mysqlhotcopy in 4.0.1

2002-02-10 Thread Ian Collins
presume (again ??) that the above line is trying to strip out all ../ matches. If so, then wouldn't { $_ !~ m:\.\./: } do just as well? I changed the my @non_raid = grep { $_ !~ m:\d\d/: } @$files; to my @non_raid = grep { $_ !~ m:\.\./: } @$files; and it seemed to fix my problems. Regards, Ian

RE: mysqlhotcopy in 4.0.1

2002-02-10 Thread Ian Collins
OK. By the way - why is it trying to strip 2 digits in a row? I'm sure there was a reason. Cheers, Ian Collins. -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:05 PM To: Ian Collins Cc: Mysql (E-mail) Subject: Re: mysqlhotcopy

FW: Escape a blob field.....

2002-02-07 Thread Ian Packard
a blob field from a mysql table that had already escaped any illegal charachters, or how can I encode the blob field myself so that the mysql statement I create is valid ??? Thanks in advance, Ian Packard - Before posting, please

FW: Purchasing MYSQL for multiple platforms

2002-02-03 Thread Ian Collins
able to!) install from source code. Can KIWIPLAN act as resellers of mysql, or would our customers purchase mysql individually? Cheers, Ian Collins. - Before posting, please check: http://www.mysql.com/manual.php

Binary data with embedded nulls (mysql_real_escape_string problem).

2001-12-13 Thread Ian Collins
; -- -- snip By running this snippet, you will see that you need to double escape the null to get it in the database. But mysql_real_escape_string doesn't do this. Is this a problem, or am I missing something. Many regards, Ian Collins

RE: 64bit mysql and gcc

2001-12-07 Thread Ian
archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL PROTECTED] Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php IW. Ian Waters [EMAIL PROTECTED]/interesting.net/geekninja.net/geekcoop.com PGP Public Key: http

data missing when going into database ( +revious Segmentation error)

2001-12-05 Thread Ian Moss
mysql use protodel; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Didn't find any fields in table 'access' Didn't find any fields in table 'document' Didn't find any fields in table 'document_access_log' Didn't

Re: 64bit mysql and gcc

2001-12-04 Thread Ian
Here is the 2.8 package I just downloaded from one of your mirror sites. [reckon]/vol0/homes/ian/tmp/mysql-3.23.46-sun-solaris2.8-sparc/bin ls mysqld mysqld* [reckon]/vol0/homes/ian/tmp/mysql-3.23.46-sun-solaris2.8-sparc/bin file mysqld mysqld: ELF 32-bit MSB executable SPARC Version 1

Help please :)

2001-12-02 Thread Ian Moss
experienced installers / unix gurus really would be very much appreciated...I'm getting very frustrated with this :( Thanks v. much in advance, Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual

64bit mysql and gcc

2001-12-01 Thread Ian
will have done this before. Thanks in advance, IW. Ian Waters [EMAIL PROTECTED]/interesting.net/geekninja.net/geekcoop.com PGP Public Key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xFF7EE368 - Before posting

HANDLER question

2001-11-30 Thread Ian Collins
regards, Ian Collins. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e

Re: MySQL JOIN syntax question

2001-11-21 Thread Ian Barwick
and table2.id2=table3id2 left join table4 on table3.id3=table4.id3 left join table5 on table3.id4=table5.id4 left join table6 on table3.id5=table6.id5 left join table7 on table3.id6=table7.id6 HTH -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH

Re: problem with security and user access

2001-11-21 Thread Ian Barwick
i've made,i'm stuck,anyone there to help me? thanks Have you flushed the privileges after changing the tables? FLUSH PRIVILEGES -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam

Re: strange behaviour

2001-11-19 Thread Ian Barwick
between MySQL users and local system users. HTH -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam - Before posting, please

HANDLER strange behaviour

2001-11-18 Thread Ian Collins
of the program). I hadn't even used a HANDLER READ when it had crashed - just the OPEN. I guess it's kind of understandable, and not something that happens a lot, but it may be worth adding this caveat to the documentation (to save some other lost soul hours of screen kicking). Regards, Ian

join dilemma

2001-11-04 Thread Ian M. Evans
way to make that statement work? For those of you who use PHP, is there any pressing performance reason to use or not to use choice 'a'? Thanks! -- Ian Evans Digital Hit Entertainment http://www.digitalhit.com - Before posting

RE: join dilemma

2001-11-04 Thread Ian M. Evans
ON (profiles.titlesid = titles.titlesid) LEFT JOIN soundtracks ON (profiles.titlesid = soundtracks.titlesid) WHERE profiles.profilesid='$profileid' -- Ian Evans Digital Hit Entertainment http://www.digitalhit.com - Before posting

RE: Help - Migration to mysql from a legacy ISAM

2001-10-31 Thread Ian Collins
surmise, off on a tangent)? Are there any examples anywhere of how to use these? Many regards, Ian Collins. -Original Message- From: Sergei Golubchik [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 11:49 AM To: Ian Collins Cc: [EMAIL PROTECTED] Subject: Re: Help - Migration

Re: Text formatting for HTML output.

2001-10-04 Thread Ian Barwick
not be a good idea to convert the \n to br before insertion into the database, because these will then appear in any textarea fields. HTH Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than

Re: Hassle with standard SQL queries

2001-09-26 Thread Ian Barwick
;-) Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam - Before posting, please check: http

Re: UPDATE SELECT

2001-09-18 Thread Ian Barwick
Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam - Before posting, please check: http://www.mysql.com

Re: Japanese text in mysql DB

2001-09-14 Thread Ian Barwick
) you are using to store and retrieve it, it's hard to provide a solution... Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam

Re: DBI-1.18.tar.gz Can't gzip -cd

2001-09-14 Thread Ian Barwick
into a directory called DBI-1.18 HTH Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam - Before posting, please check

RE: Table Mysqld host doesnt exist

2001-09-13 Thread Ian Daysh
Hi, Looks like you didn't run mysql_install_db. NOTE: You'll have to change ownership of the database to mysql:mysql. Regards, Ian. I installed MYSQL on a HPUX 11 machine and I ran the mysql-test-run script and everything passed, but when I start mysql up using bin/safe_mysqld or bin

Re: Size of DB

2001-09-13 Thread Ian Barwick
to read the data directory. In Windows you can probably do something involving the mouse and some icon-thingies, or maybe a simple DIR at the command line. (*) If you are not sure, use the command SHOW VARIABLES or at the command line mysqladmin variables and look for 'datadir'. Ian

Re: Size of DB

2001-09-13 Thread Ian Barwick
On Thursday 13 September 2001 15:36, Frank Fisher wrote: Ian Barwick wrote: In Windows you can probably do something involving the mouse and some icon-thingies, or maybe a simple DIR at the command line. Right-click on the MySQL database folder, selecting Properties. Under DOS

Re: mysql to oracle

2001-09-13 Thread Ian Barwick
On Thursday 13 September 2001 19:16, g g wrote: Hi. Is anyone aware of any tool to convert a mysql database to an oracle database? see: http://www.mysql.com/news/article-57.html Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de

RE: starting problems. . .

2001-09-12 Thread Ian Daysh
I presume that you did run the mysql_install_db first of all?? If so, then check the ownership of the directory where the database lives. This should be mysql:mysql. HAd the same problems till I resolved the ownership issue. Regards, Ian. -Original Message- From: Nikolaos Rasidakis

Re: SQL query

2001-09-09 Thread Ian Moore
It would be better to use joins. Something like this: SELECT swimmers.surname_swimmer , swimmers.name_swimmer , swimmers.born , results.result , results.scale , competitions.date_competition FROM results left join disciplines on results.sif_discipline = disciplines.sif_discipline left join

Re: Help?

2001-09-08 Thread Ian Moore
a mysql problem though. If you have any more php trouble, it would be better to try a php mailing list. -- Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Re: Select Highest ID query

2001-09-07 Thread Ian Moore
(highest ID) then it will not work because LAST_INSERT_ID() will return 0. -- Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Re: COUNT elements in a LIMIT query

2001-09-07 Thread Ian Barwick
a pretty messy way of doing things and I would stick with two SELECT statements. BTW a simple COUNT(*) without a WHERE clause is optimized in MySQL. HTH Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database

Re: intersection: join query...

2001-09-07 Thread Ian Barwick
, not just the ones you select) (...) HTH Ian Barwick -- Ian Barwick - Developer [EMAIL PROTECTED] http://www.akademie.de Luncheon meat tables with MySQL data - Before posting, please check: http://www.mysql.com

Re: Question

2001-09-07 Thread Ian Barwick
the answer (but not very clearly). The AUTO_INCREMENT parameter is set on a per-table and not a per-row basis, so the definition comes after the row definitions, e.g.: CREATE TABLE mytable( ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY) AUTO_INCREMENT=1000; HTH Ian Barwick MaybeI

small mysqlshow bug

2001-09-06 Thread Ian Moore
or SQL wildcard (*,?,% or _) then only what's matched by the wildcard is shown. user@host - /ascend/sql/bin/mysqlshow --status ascend_logs Wildcard: ascend_logs +-+ | Databases | +-+ | ascend_logs | +-+ -- Ian

Max_data_length

2001-09-06 Thread Ian Moore
| 0 |187 | 0 | 237901961 show variables: Variable_name | Value max_heap_table_size | 536869888 mysql ver 3.23.41 SunOS 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-250 --Ian

Re: Select Highest ID query

2001-09-06 Thread Ian Moore
This is what I use in those situations: select * from TABLE_NAME order by ID desc limit 1; On Fri, Sep 07, at 01:43pm, Chris Aitken ([EMAIL PROTECTED]) wrote: Hi all, Just quickly, Im managing to do this, but I can see that the method im using is not as efficient as it could be. What

table full error

2001-09-05 Thread ian
, -- Ian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail [EMAIL PROTECTED] To unsubscribe, e-mail [EMAIL

Re: table full error

2001-09-05 Thread Ian Moore
That's what I thought at first as well. But my tmp_table_size is set to 64MB and I used the --big-tables option just to be sure. Also, show table status says the size is well below 64MB: Name | Type | Row_format | Rows| Avg_row_length | Data_length | Max_data_length tmp| HEAP |

Re: Query Help

2001-09-05 Thread Ian Moore
There may be a better way, but right off the top of my head I'd say: select tagnumber,days,expdate from membership left join tags on membership.tagid = tags.tagid where tags.tagid is not null On Wed, Sep 05, at 06:10pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: Hello All, I got a

Re: Query Help

2001-09-05 Thread Ian Moore
records, how many orderids match the tagid in the same table .. etc... On Wed, Sep 05, at 07:26pm, Ian Moore ([EMAIL PROTECTED]) wrote: There may be a better way, but right off the top of my head I'd say: select tagnumber,days,expdate from membership left join tags on membership.tagid

Re: need help with select statements

2001-08-30 Thread Ian Barwick
two.value three.value x1 233 2342 NULL x2 NULL 998NULL x3 33 232 23 Clear enough? A couple of LEFT JOINs should probably do the trick HTH Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query

Re: autoincrement

2001-08-28 Thread Ian Barwick
prevent another insert being carried out before you retrieve the ID. HTH Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam

Re: autoincrement

2001-08-28 Thread Ian Barwick
On Tuesday 28 August 2001 13:55, Harald Fuchs wrote: In article 01082813314101.11299@redgrave, Ian Barwick [EMAIL PROTECTED] writes: You mean using SELECT LAST_INSERT_ID() ? and praying no other query was run at the same time. Try locking the table for writes just before your

Re: Selecting * from multiple tables

2001-08-27 Thread Ian Barwick
. Or how about using fetchrow_arrayref()? That would remove the duplicate hash key problem, although you would have to extrapolate the column names yourself. Hope your system has lots of memory to cope with that select statement on tables of any significant size ;-) HTH Ian Barwick -- Ian Barwick

Re: column_name

2001-08-22 Thread Ian Barwick
- that's what databases are here for ;-). However, you'll want to think about normalizing your database structure. Hint: you'll need three tables. HTH Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database

Re: Aliasing

2001-08-21 Thread Ian Barwick
The table abbreviations end up doubled :-( but this guarantees the application gets unique table names and avoids the hassle of aliases. HTH Ian Barwick (*) Disclaimer: example code, may not be accurate, use at own risk ;-) -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH

Re: Formatting the DATE field on a web page

2001-08-20 Thread Ian Barwick
wotsits. In SQL (at least MySQL, database developers also believe tmtowtdt ;-) you can use the DATE_FORMAT function, see: http://www.mysql.com/doc/D/a/Date_and_time_functions.html HTH Ian Barwick [EMAIL PROTECTED] On Monday 20 August 2001 18:02, pc wrote: Hi people I am using mySQL

Re: Problem with max() on select

2001-08-17 Thread Ian Barwick
elegant solution to this problem in MySQL I'd love to hear it) Ian Barwick -- Ian Barwick - Developer - [EMAIL PROTECTED] akademie.de asp GmbH - http://www.akademie.de To query tables in a MySQL database is more fun than eating spam

Re: sql query problem

2001-08-16 Thread Ian Barwick
gname, item, gdate from groups where gdate in (select max(gdate) from groups group by gname) Alas no subselects yet in MySQL (see: http://www.mysql.com/doc/M/i/Missing_Sub-selects.html ) HTH in some way anyway Ian Barwick -- Ian Barwick

Re: syntax error in SQL query that works when hard-coded in?

2001-08-13 Thread Ian Barwick
are only really useful when using the mysql client, where they signify the end of a statement (alternatively you can use \g). In DBI statements they will, more likely than not, cause errors. And as they aren't in any way necessary, save yourself the trouble they might cause... HTH Ian Barwick

Re: Add Character to Output

2001-08-10 Thread Ian Barwick
CONCAT(vat, '%') AS vat_pc FROM price You could of course keep a copy of the numeric value with an added %-sign in a seperate text field, but I'm sure that would only complicate things further ;-) Now if only MySQL supported VIEWs ... (*) HTH Ian Barwick (*) See: http://www.mysql.com/doc/M

Re: INET_ATON

2001-08-07 Thread Ian Barwick
/doc/M/i/Miscellaneous_functions.html and they got the same error. am i missing something easy here? is this a known issue? perhaps a version thing? i am running 3.22.32. Definitely a version thing, works fine on 3.23.37 (but doesn't on 3.22.32 - I just tried ;-) HTH Ian Barwick -- Ian

Re: Mac OS X Server 10.0.4 and startup

2001-07-06 Thread Ian Fieldhouse
be any different on Mac OS X Server. Cheers, Ian Fieldhouse - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e

RE: Need help on mysql/php

2001-06-06 Thread Ian Ford
where you want. My preference is in a includes folder... Thank you, Ian Ford Northwest Link Web Development -Original Message- From: Neil Zanella [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 12:09 PM To: Don Read Cc: Ed Peddycoart; Mysql@Lists. Mysql. Com; Jorge Oliveira Subject

Problem with double data types a bug in RH7.0 ?

2001-05-10 Thread Ian Plount
I compiled and installed MySQL 3.22.32 on RadHat 7.0 and I am having some strange behavior when it comes to double datatype fields. Please see the examples below. I have the exact same version loaded on RedHat 6.2 and it works fine. What gives? Here is the table and the data in it mysql

ENUM and C API

2001-04-16 Thread Ian Johnson
I might have missed it but is there a way to get the strings related to a enum from the database? (i.e. I have index 4 but I want the string that it goes with) thanks -Ian Johnson - Before posting, please check: http

character set works via web but not at command line?

2001-04-08 Thread Ian Corner
command line. Thanks for any help. Regards, Ian mySQL/Java environment - os: w2000 mySQL server: v3.23.36 mySQL client: v3.23.33 IBM JVM 1.3 Web solution: JSP/Beans Web server: Jakarta Tomcat (from Apache project) Web JDBC: mm.mysql-2.0.4 and Poolman ___

can't convert to db encoding

2001-04-03 Thread Ian Coleman
Hi I have a WebObjects Application that I was using with openbase and when I switched over to MySQL the app. could no longer save the blob to the db. Is there some way to save a picture in a blob in binary or should I be doing it another way. thank Ian

Importing

2001-04-02 Thread Ian Ford
ed on an NT server and the database is on a UNIX server. Not sure if that matters or not. Any help would be great.. Ian

installation problem with db-3.2.9a - makefile is not correct!

2001-03-06 Thread Craig Ian Dewick
- Craig Ian Dewick ([EMAIL PROTECTED]). http://lios.apana.org.au/~craig Operator of Jedi (APANA Sydney member-access site) in Waterfall, Australia. Always striving for a secure long-term future in an insecure short-term world Have you exported a crypto system today? Do your bit to undermi

problem with berkeley DB v3.2.9 and mysql v3.2.33 under Solaris 8

2001-03-02 Thread Craig Ian Dewick
Sparc 20 running Solaris 8 (aka SunOS 5.8) using gcc-2.95.2 as the compiler. The mysql source version I'm trying to build is v3.23.33, and it's using Berkeley DB v3.2.9. Any advice would be greatly appreciated. I'm planning to use mysql together with php to offer extra services to people using my s

Bug report - configure script problem finding size of char type

2001-02-07 Thread Craig Ian Dewick
Hello, I tried to send this using the 'scripts/mysqlbug' script but sendmail barfed Description: configure problem finding size of char type on Sparc 20 How-To-Repeat: I was doing a fully-standard configure script run Fix: unsure at this stage Submitter-Id: Craig Dewick "[EMAIL

<    1   2   3   4