You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Evanthika Amarasiri (JIRA)" <ji...@apache.org> on 2007/04/05 05:40:32 UTC

[jira] Created: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces

Building axis2c fails when OpenSSL is installed into a directory with spaces
----------------------------------------------------------------------------

                 Key: AXIS2C-582
                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Windows)
         Environment: Windows XP
            Reporter: Evanthika Amarasiri


Below are the steps to reproduce the issue

1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
2. Enabled SSL in the "configure.in" file
3. Executed the command "nmake all"
4. Got the following issue while building
************************************************************************************************************************
Generating Code...
LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
Stop.
************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evanthika Amarasiri updated AXIS2C-582:
---------------------------------------

    Summary: Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)  (was: Building axis2c fails when OpenSSL is installed into a directory with spaces)

> Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-582
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>
> Below are the steps to reproduce the issue
> 1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
> 2. Enabled SSL in the "configure.in" file
> 3. Executed the command "nmake all"
> 4. Got the following issue while building
> ************************************************************************************************************************
> Generating Code...
> LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
> Stop.
> ************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486863 ] 

Evanthika Amarasiri commented on AXIS2C-582:
--------------------------------------------

Oops. It works when you give the path with double quotes.
Will close the issue Samisa but can we mention this somewhere in the Installation guide (For the reference of novice users maybe)? 

> Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-582
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>
> Below are the steps to reproduce the issue
> 1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
> 2. Enabled SSL in the "configure.in" file
> 3. Executed the command "nmake all"
> 4. Got the following issue while building
> ************************************************************************************************************************
> Generating Code...
> LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
> Stop.
> ************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487160 ] 

Dushshantha Chandradasa commented on AXIS2C-582:
------------------------------------------------

Giving file paths within quotes when they include spaces in between is a general practice in windows and i don't think we need to mention this specifically, in the user guide. 

Thoughts please...

> Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-582
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>
> Below are the steps to reproduce the issue
> 1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
> 2. Enabled SSL in the "configure.in" file
> 3. Executed the command "nmake all"
> 4. Got the following issue while building
> ************************************************************************************************************************
> Generating Code...
> LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
> Stop.
> ************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Closed: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evanthika Amarasiri closed AXIS2C-582.
--------------------------------------


When double quotes are added, the build process is successful. The issue can be closed

> Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-582
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>
> Below are the steps to reproduce the issue
> 1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
> 2. Enabled SSL in the "configure.in" file
> 3. Executed the command "nmake all"
> 4. Got the following issue while building
> ************************************************************************************************************************
> Generating Code...
> LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
> Stop.
> ************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2C-582.
--------------------------------------

    Resolution: Fixed

use double quotes in the given install path - that fixes the problem

> Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-582
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>
> Below are the steps to reproduce the issue
> 1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
> 2. Enabled SSL in the "configure.in" file
> 3. Executed the command "nmake all"
> 4. Got the following issue while building
> ************************************************************************************************************************
> Generating Code...
> LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
> Stop.
> ************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-582) Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486846 ] 

Samisa Abeysinghe commented on AXIS2C-582:
------------------------------------------

Did you try the setting:
OPENSSL_BIN_DIR = "C:\Program Files\OpenSSL"

Note the double quotes around directory name!

> Building axis2c fails when OpenSSL is installed into a directory with spaces (on Windows)
> -----------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-582
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-582
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Windows)
>         Environment: Windows XP
>            Reporter: Evanthika Amarasiri
>
> Below are the steps to reproduce the issue
> 1. Installed OpenSSL in to the directory "C:\Program Files\OpenSSL"
> 2. Enabled SSL in the "configure.in" file
> 3. Executed the command "nmake all"
> 4. Got the following issue while building
> ************************************************************************************************************************
> Generating Code...
> LINK : fatal error LNK1181: cannot open input file 'Files\OpenSSL\lib\VC.obj'
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.exe"' : return code '0x49d'
> Stop.
> ************************************************************************************************************************

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org