Problem with configure script in Unix network programming book by Stevens

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default Problem with configure script in Unix network programming book by Stevens

    After downloading the source from the website, I tried running the
    configure script. All I got is:
    : command not found
    : command not found
    : command not found
    : command not found
    : command not found
    'ash: ./configure: line 57: syntax error near unexpected token `do
    'ash: ./configure: line 57: `do

    Has anyone else had this problem?
    DS.
    Daniel Shaw Guest

  2. Similar Questions and Discussions

    1. Book review: Network Programming With Perl by Lincoln Stein
      http://www.amazon.com/exec/obidos/tg/detail/-/0201615711/qid=1074699239/sr=1 -1/ref=sr_1_1/102-8963439-4561724?v=glance&s=books Drieux and others...
    2. #25809 [Opn->Bgs]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 Updated by: sniper@php.net Reported By: xirkus at z1r0 dot com -Status: Open +Status: ...
    3. #25809 [Fbk->Opn]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 User updated by: xirkus at z1r0 dot com Reported By: xirkus at z1r0 dot com -Status: Feedback +Status: ...
    4. #25809 [Opn->Fbk]: attempting to configure with xslt option breaks configure script for yp
      ID: 25809 Updated by: sniper@php.net Reported By: xirkus at z1r0 dot com -Status: Open +Status: ...
    5. #25809 [NEW]: attempting to configure with xslt option breaks configure script for yp
      From: xirkus at z1r0 dot com Operating system: Linux Kernel 2.4.21 PHP version: 4.3.2 PHP Bug Type: *Compile Issues Bug...
  3. #2

    Default Re: Problem with configure script in Unix network programming book by Stevens

    What's the script look like?

    "Daniel Shaw" <daniel_shaw01@excite.com> wrote in message
    news:7e2b0fb1.0307291731.522a6b69@posting.google.c om...
    > After downloading the source from the website, I tried running the
    > configure script. All I got is:
    > : command not found
    > : command not found
    > : command not found
    > : command not found
    > : command not found
    > 'ash: ./configure: line 57: syntax error near unexpected token `do
    > 'ash: ./configure: line 57: `do
    >
    > Has anyone else had this problem?
    > DS.

    Greg P. Guest

  4. #3

    Default Re: Problem with configure script in Unix network programming book by Stevens

    >>> Daniel Shaw wrote:

    DS> : command not found
    DS> : command not found
    DS> 'ash: ./configure: line 57: syntax error near unexpected token `do
    DS> 'ash: ./configure: line 57: `do
    ~~~~
    What is " `ash " ? This is your system's /bin/sh?

    DS> Has anyone else had this problem?


    -netch-
    Valentin Nechayev Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139