RejectedSoftware Forums

Sign up

A error in windows

4,539 ordinal could not be located in the dynamic link library
D:\vibe.d\bin\libssl32.dll.

Re: A error in windows

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link library
D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

Re: A error in windows

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link library
D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

Re: A error in windows

On Thursday, 30 August 2012 at 12:58:33 UTC, Lo wrote:

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link
library D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

win8x32 dmd 2.060

Re: A error in windows

On Thursday, 30 August 2012 at 13:00:55 UTC, Lo wrote:

On Thursday, 30 August 2012 at 12:58:33 UTC, Lo wrote:

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link
library D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

win8x32 dmd 2.060

I don't have a win8 installation, so I cannot help you
unfortunately.

Re: A error in windows

Am 30.08.2012 15:00, schrieb Lo:

On Thursday, 30 August 2012 at 12:58:33 UTC, Lo wrote:

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link library
D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

win8x32 dmd 2.060

I have a Win8 x64 (consumer preview) and don't get an error there.

libssl32.dll does not have an ordinal 4539 indeed - libeay32.dll is the
only one that does in this context. I'll have to see if I can get a
32-bit system somewhere.

Re: A error in windows

On Thursday, 30 August 2012 at 13:28:27 UTC, Sönke Ludwig wrote:

Am 30.08.2012 15:00, schrieb Lo:

On Thursday, 30 August 2012 at 12:58:33 UTC, Lo wrote:

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link
library
D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

win8x32 dmd 2.060

I have a Win8 x64 (consumer preview) and don't get an error
there.

libssl32.dll does not have an ordinal 4539 indeed -
libeay32.dll is the
only one that does in this context. I'll have to see if I can
get a
32-bit system somewhere.

The test in win7x32 is the same error

Re: A error in windows

On Thursday, 30 August 2012 at 16:57:53 UTC, Lo wrote:

On Thursday, 30 August 2012 at 13:28:27 UTC, Sönke Ludwig
wrote:

Am 30.08.2012 15:00, schrieb Lo:

On Thursday, 30 August 2012 at 12:58:33 UTC, Lo wrote:

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link
library
D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

win8x32 dmd 2.060

I have a Win8 x64 (consumer preview) and don't get an error
there.

libssl32.dll does not have an ordinal 4539 indeed -
libeay32.dll is the
only one that does in this context. I'll have to see if I can
get a
32-bit system somewhere.

The test in win7x32 is the same error

Sure the correct libssl32.dll is picked up? And not another
version included with some other program? See if any other
libssl32.dll gets loaded instead of the one supplied by vibe (not
sure how you can easily check this though)

Re: A error in windows

On Thursday, 30 August 2012 at 19:57:40 UTC, simendsjo wrote:

On Thursday, 30 August 2012 at 16:57:53 UTC, Lo wrote:

On Thursday, 30 August 2012 at 13:28:27 UTC, Sönke Ludwig
wrote:

Am 30.08.2012 15:00, schrieb Lo:

On Thursday, 30 August 2012 at 12:58:33 UTC, Lo wrote:

On Thursday, 30 August 2012 at 10:37:22 UTC, simendsjo
wrote:

On Thursday, 30 August 2012 at 08:28:36 UTC, Lo wrote:

4,539 ordinal could not be located in the dynamic link
library
D:\vibe.d\bin\libssl32.dll.

I'm not getting that error on win7x64 using dmd 2.060 and
vibe-trunk.
What versions are you using?

win7x32 dmd 2.060

win8x32 dmd 2.060

I have a Win8 x64 (consumer preview) and don't get an error
there.

libssl32.dll does not have an ordinal 4539 indeed -
libeay32.dll is the
only one that does in this context. I'll have to see if I can
get a
32-bit system somewhere.

The test in win7x32 is the same error

Sure the correct libssl32.dll is picked up? And not another
version included with some other program? See if any other
libssl32.dll gets loaded instead of the one supplied by vibe
(not sure how you can easily check this though)

I'm sorry, it is for this reason, exists in the System32
directory libeay32.dll