Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Port Problem

    I seem to have done something to a port that is causing a problem. The
    port is dspam and I first did a make on it. Up cam this nice
    configuration option window (similar to sysinstall) where I select what
    turns out to be incompatable options. However, that wasn't obvious at
    the time. The patching and configuration completed successfully. All
    the various required ports installed properly. However, the make of
    dspam failed because of the incompatable options. The error message
    made it all obvious. However, I can't find a way to go back to that
    configuration option window to correct the problem.

    Make just takes me back to the compile error. Removing the work
    directory and the tar file results in a new download and then a silent
    return to the same problem. Make clean does essentially the same
    thing. The configuration options are being stored somewhere and I
    suspect I need to delete them, but where?

    Doug Hardie Guest

  2. Similar Questions and Discussions

    1. Flash 8 port connectivity problem
      Hi, I have a client that no longer can connect to your port connectivity test (http://www.adobe.com/go/tn_16466 ) since they upgrade from flash...
    2. Net::SFTP port problem
      I'm trying to convert some scripts from running Net::FTP over to Net::SFTP on a Win32 server. I've installed Net::SFTP via ppm successfully. ...
    3. WS Client Protocol port problem?
      The 'add web reference' in Visual Studio 2002, along with WSDL.exe is broken. It seems that it is a problem with th MS Web Services Client...
    4. PHP port problem
      Anyone can explain to me why when we use mssql_connect to connect directly to MSSQL server mssql_connect ('192.168.0.15:1433' , 'username' ,...
    5. FTP problem when changing port number
      I think I have a problem with my router. If I connect to my webserver on port 21 the contents of my folders are listed fine and I don't have any...
  3. #2

    Default Re: Port Problem

    On Wednesday 23 February 2005 09:35 pm, Doug Hardie wrote:
    > I seem to have done something to a port that is causing a problem.
    > The port is dspam and I first did a make on it. Up cam this nice
    > configuration option window (similar to sysinstall) where I select
    > what turns out to be incompatable options. However, that wasn't
    > obvious at the time. The patching and configuration completed
    > successfully. All the various required ports installed properly.
    > However, the make of dspam failed because of the incompatable
    > options. The error message made it all obvious. However, I can't
    > find a way to go back to that configuration option window to correct
    > the problem.
    >
    > Make just takes me back to the compile error. Removing the work
    > directory and the tar file results in a new download and then a
    > silent return to the same problem. Make clean does essentially the
    > same thing. The configuration options are being stored somewhere and
    > I suspect I need to delete them, but where?
    >
    run make rmconfig in the port's directory.

    -Mike
    Michael C. Shultz 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